From 6aaa499109212528b4dbf24517d13676f7038960 Mon Sep 17 00:00:00 2001 From: Michele Conti <11929535+mikcnt@users.noreply.github.com> Date: Tue, 1 Mar 2022 14:49:30 +0100 Subject: [PATCH 1/2] Fix typos in the documentation (#67) --- docs/integrations/githubactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/githubactions.md b/docs/integrations/githubactions.md index 4cd9006..c5b0480 100644 --- a/docs/integrations/githubactions.md +++ b/docs/integrations/githubactions.md @@ -4,4 +4,4 @@ Automate, customize, and execute your software development workflows right in yo !!! info - The template offers worfloes to autmatically run tests and pre-commits on pull requestes, publish on PyPi and the docs on GitHub Pages on release. + The template offers workflows to automatically run tests and pre-commits on pull requests, publish on PyPi and the docs on GitHub Pages on release. From fe8863980644e68847d302ad36c8cd32d5d7588e Mon Sep 17 00:00:00 2001 From: Luca Moschella Date: Tue, 1 Mar 2022 14:50:25 +0100 Subject: [PATCH 2/2] Fix broken relative links due to mike root folder (#68) --- docs/features/docs.md | 2 +- docs/integrations/mkdocs.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/docs.md b/docs/features/docs.md index b46fc1e..7f6cfa3 100644 --- a/docs/features/docs.md +++ b/docs/features/docs.md @@ -27,4 +27,4 @@ In order to create your docs it is enough to: ``` 3. To preview your documentation it is enough to run `mkdocs serve`. To manually deploy the documentation - see [`mike`](https://github.com/jimporter/mike), or see the integrated GitHub Action to [publish the docs on release](/latest/features/cicd/#publish-docs). + see [`mike`](https://github.com/jimporter/mike), or see the integrated GitHub Action to [publish the docs on release](https://grok-ai.github.io/nn-template/latest/features/cicd/#publish-docs). diff --git a/docs/integrations/mkdocs.md b/docs/integrations/mkdocs.md index 7eec0b8..b06f384 100644 --- a/docs/integrations/mkdocs.md +++ b/docs/integrations/mkdocs.md @@ -13,4 +13,4 @@ Documentation source files are written in Markdown, and configured with a single The template comes with Material for MkDocs already configured, to create your documentation you only need to write markdown files and define the `nav`. - See the [Documentation](/latest/features/docs/) page to get started! + See the [Documentation](https://grok-ai.github.io/nn-template/latest/features/docs/) page to get started!