Skip to content

Commit

Permalink
Merge pull request #69 from grok-ai/develop
Browse files Browse the repository at this point in the history
Version 0.2.1
  • Loading branch information
Flegyas authored Mar 1, 2022
2 parents 06343c5 + fe88639 commit 0cf2580
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/features/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion docs/integrations/githubactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/integrations/mkdocs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit 0cf2580

Please sign in to comment.