-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated readme. Added Writerside docs under /docs/site
- Loading branch information
Showing
26 changed files
with
1,133 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE instance-profile | ||
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd"> | ||
|
||
<instance-profile id="adoc" | ||
name="API Docs" | ||
start-page="api-docs.md"> | ||
|
||
<toc-element topic="api-docs.md"/> | ||
<toc-element topic="API-quickstart.md"/> | ||
<toc-element topic="API-reference.md"> | ||
<toc-element topic="Pet.md"> | ||
</toc-element> | ||
<toc-element toc-title="Store"> | ||
<toc-element topic="Returns-pet-inventories-by-status.md"/> | ||
<toc-element topic="Place-an-order-for-a-pet.md"/> | ||
<toc-element topic="Find-purchase-order-by-ID.md"/> | ||
<toc-element topic="Delete-purchase-order-by-ID.md"/> | ||
</toc-element> | ||
<toc-element toc-title="User"> | ||
<toc-element topic="Create-user.md"/> | ||
<toc-element topic="Creates-list-of-users-with-given-input-array.md"/> | ||
<toc-element topic="Logs-user-into-the-system.md"/> | ||
<toc-element topic="Logs-out-current-logged-in-user-session.md"/> | ||
<toc-element topic="Get-user-by-user-name.md"/> | ||
<toc-element topic="Update-user.md"/> | ||
<toc-element topic="Delete-user.md"/> | ||
</toc-element> | ||
</toc-element> | ||
<toc-element topic="Changes.md"/> | ||
</instance-profile> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE categories | ||
SYSTEM "https://resources.jetbrains.com/writerside/1.0/categories.dtd"> | ||
<categories> | ||
<category id="wrs" name="Writerside documentation" order="1"/> | ||
</categories> |
Oops, something went wrong.