From 0892022ce3afa8d7cc0539d7c9a29ce995775318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sinan=20Erdin=C3=A7?= Date: Sat, 1 Aug 2026 21:21:56 +0300 Subject: [PATCH] updated docs url --- README.md | 7 +++++-- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) 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"]