Skip to content

Commit

Permalink
feat: Made unknown endpoints an empty group, removed dash from `Other…
Browse files Browse the repository at this point in the history
…-Projects`
  • Loading branch information
Dawsson committed Oct 25, 2023
1 parent 03a50ea commit 4da5fa3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions Writerside/flyte.tree
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,19 @@

<toc-element topic="Home.md"/>
<toc-element topic="Flyte-API.md">
<toc-element topic="Guilds-Endpoint.md"/>
<toc-element topic="Users-Endpoint.md"/>
<toc-element toc-title="Status">

<toc-element toc-title="Guilds Endpoint">

</toc-element>

<toc-element toc-title="Users Endpoint">

</toc-element>

<toc-element toc-title="Status Endpoints">
<toc-element topic="Get-Flyte-Status.md"/>
</toc-element>

</toc-element>

<toc-element topic="Other-Projects.md">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Get status of all Flyte services
# Manage Flyte Service Status

<api-endpoint openapi-path="./openapi.yaml" endpoint="/status" method="get"/>
<api-endpoint openapi-path="./openapi.yaml" endpoint="/status" method="post"/>
2 changes: 1 addition & 1 deletion Writerside/topics/flyte/other/Other-Projects.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Other-Projects
# Other Projects

This topic contains projects under Flyte which do not fit inside a larger category.
These consist of GitHub Actions, Libraries for Spigot, API Wrappers, etc.
Expand Down

0 comments on commit 4da5fa3

Please sign in to comment.