diff --git a/README.md b/README.md index 2d9aaa3..30703a1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index a952347..fefea93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]