diff --git a/docs/api_reference/http.md b/docs/api_reference/http.md deleted file mode 100644 index d0196f1..0000000 --- a/docs/api_reference/http.md +++ /dev/null @@ -1 +0,0 @@ -::: vivid.http.Http diff --git a/docs/api_reference/http/SSG.md b/docs/api_reference/http/SSG.md new file mode 100644 index 0000000..9f9f88b --- /dev/null +++ b/docs/api_reference/http/SSG.md @@ -0,0 +1 @@ +::: vivid.http.SSG diff --git a/docs/api_reference/http/SSR.md b/docs/api_reference/http/SSR.md new file mode 100644 index 0000000..cefc028 --- /dev/null +++ b/docs/api_reference/http/SSR.md @@ -0,0 +1 @@ +::: vivid.http.SSR diff --git a/mkdocs.yml b/mkdocs.yml index 200395e..a7a706d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -61,8 +61,11 @@ markdown_extensions: - pymdownx.superfences nav: + - Home: index.md - Api Reference: - - Http: api_reference/http.md - App: api_reference/app.md + - Http: + - SSR: api_reference/http/SSR.md + - SSG: api_reference/http/SSG.md - Guides: - Basic: guides/basic.md