Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,12 @@ Reproducible Test
${name}= Fake First Name # Always returns the same value
```

## HTML Documentation
## Documentation

Generate the full keyword reference in HTML format:
Full keyword documentation is available online:
👉 **[https://robotframework-mimesislibrary.sinanerdinc.com/](https://robotframework-mimesislibrary.sinanerdinc.com/)**

You can also generate the full keyword reference HTML locally:

```bash
python -m robot.libdoc MimesisLibrary docs/index.html
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dev = [
Homepage = "https://github.com/your-org/robotframework-mimesislibrary"
Repository = "https://github.com/your-org/robotframework-mimesislibrary"
"Bug Tracker" = "https://github.com/your-org/robotframework-mimesislibrary/issues"
Documentation = "https://your-org.github.io/robotframework-mimesislibrary/"
Documentation = "https://robotframework-mimesislibrary.sinanerdinc.com/"

[tool.hatch.build.targets.wheel]
packages = ["src/MimesisLibrary"]
Expand Down
Loading