doc gen fix v2

This commit is contained in:
darius 2024-07-04 13:01:22 +02:00
parent b27f489f8d
commit b7e4f7a0df
16 changed files with 122 additions and 12 deletions

View File

@ -7,8 +7,16 @@
start-page="test.md"> start-page="test.md">
<toc-element topic="test.md"/> <toc-element topic="test.md"/>
<toc-element topic="API_Reference.md"> <toc-element topic="API_Reference.topic">
<toc-element topic="Schemas.md"/> <toc-element topic="user_uid_GET.topic"/>
<toc-element topic="nfc_uid_GET.md"/> <toc-element topic="register_POST.topic"/>
<toc-element topic="projects_PATCH.topic"/>
<toc-element topic="projects_GET.topic"/>
<toc-element topic="project_id_PATCH.topic"/>
<toc-element topic="project_id_GET.topic"/>
<toc-element topic="project_POST.topic"/>
<toc-element topic="login_POST.topic"/>
<toc-element topic="htmx_canEdit_GET.topic"/>
<toc-element topic="check_GET.topic"/>
</toc-element> </toc-element>
</instance-profile> </instance-profile>

View File

@ -18,4 +18,16 @@
<description>Created after removal of "About portfolio" from portfolio</description> <description>Created after removal of "About portfolio" from portfolio</description>
<accepts>starter-topic.html</accepts> <accepts>starter-topic.html</accepts>
</rule> </rule>
<rule id="197e2e0d">
<description>Created after removal of "Schemas" from portfolio</description>
<accepts>Schemas.html</accepts>
</rule>
<rule id="32e9b651">
<description>Created after removal of "/nfc/{uid} GET" from portfolio</description>
<accepts>nfc_uid_GET.html</accepts>
</rule>
<rule id="2eac3350">
<description>Created after removal of "API Reference" from portfolio</description>
<accepts>API_Reference.html</accepts>
</rule>
</rules> </rules>

View File

@ -1,3 +0,0 @@
# API Reference
Start typing here...

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="API Reference" id="API_Reference">
<p>Start typing here...</p>
</topic>

View File

@ -1,3 +0,0 @@
# Schemas
Start typing here...

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="/check GET" id="check_GET">
<api-endpoint openapi-path="../../openApi.json" method="GET" endpoint="/check"/>
</topic>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="/htmx/canEdit GET" id="htmx_canEdit_GET">
<api-endpoint openapi-path="../../openApi.json" method="GET" endpoint="/htmx/canEdit"/>
</topic>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="/login POST" id="login_POST">
<api-endpoint openapi-path="../../openApi.json" method="POST" endpoint="/login"/>
</topic>

View File

@ -1,3 +0,0 @@
# /nfc/{uid} GET
<api-endpoint openapi-path="../../openApi.json" method="GET" endpoint="/nfc/{uid}"/>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="/project POST" id="project_POST">
<api-endpoint openapi-path="../../openApi.json" method="POST" endpoint="/project"/>
</topic>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="/project/{id} GET" id="project_id_GET">
<api-endpoint openapi-path="../../openApi.json" method="GET" endpoint="/project/{id}"/>
</topic>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="/project/{id} PATCH" id="project_id_PATCH">
<api-endpoint openapi-path="../../openApi.json" method="PATCH" endpoint="/project/{id}"/>
</topic>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="/projects GET" id="projects_GET">
<api-endpoint openapi-path="../../openApi.json" method="GET" endpoint="/projects"/>
</topic>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="/projects PATCH" id="projects_PATCH">
<api-endpoint openapi-path="../../openApi.json" method="PATCH" endpoint="/projects"/>
</topic>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="/register POST" id="register_POST">
<api-endpoint openapi-path="../../openApi.json" method="POST" endpoint="/register"/>
</topic>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="/user/{uid} GET" id="user_uid_GET">
<api-endpoint openapi-path="../../openApi.json" method="GET" endpoint="/user/{uid}"/>
</topic>