Skip to content

Commit

Permalink
inlcude api documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
seowings committed Mar 11, 2023
1 parent dd05d56 commit c929780
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api.md → docs/sitemap.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# pysitemaps
# Sitemap Class

::: pysitemaps.Sitemap
3 changes: 3 additions & 0 deletions docs/url.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Url Class

::: pysitemaps.Url
3 changes: 3 additions & 0 deletions docs/xmldocument.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# XmlDocument Class

::: pysitemaps.XmlDocument
5 changes: 4 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ edit_uri: blob/main/docs/
nav:
- Home: index.md
- Tutorial: tutorial.md
- API: api.md
- API:
- Sitemap Class: sitemap.md
- XmlDocument Class: xmldocument.md
- Url Class: url.md

plugins:
- search
Expand Down

0 comments on commit c929780

Please sign in to comment.