Skip to content

Commit 0892022

Browse files
committed
updated docs url
1 parent f4cfc34 commit 0892022

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,12 @@ Reproducible Test
9898
${name}= Fake First Name # Always returns the same value
9999
```
100100

101-
## HTML Documentation
101+
## Documentation
102102

103-
Generate the full keyword reference in HTML format:
103+
Full keyword documentation is available online:
104+
👉 **[https://robotframework-mimesislibrary.sinanerdinc.com/](https://robotframework-mimesislibrary.sinanerdinc.com/)**
105+
106+
You can also generate the full keyword reference HTML locally:
104107

105108
```bash
106109
python -m robot.libdoc MimesisLibrary docs/index.html

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dev = [
5555
Homepage = "https://github.com/your-org/robotframework-mimesislibrary"
5656
Repository = "https://github.com/your-org/robotframework-mimesislibrary"
5757
"Bug Tracker" = "https://github.com/your-org/robotframework-mimesislibrary/issues"
58-
Documentation = "https://your-org.github.io/robotframework-mimesislibrary/"
58+
Documentation = "https://robotframework-mimesislibrary.sinanerdinc.com/"
5959

6060
[tool.hatch.build.targets.wheel]
6161
packages = ["src/MimesisLibrary"]

0 commit comments

Comments
 (0)