Skip to content

Commit

Permalink
Rebuild Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jul 1, 2021
1 parent 232fc14 commit 6555b64
Show file tree
Hide file tree
Showing 63 changed files with 15,852 additions and 0 deletions.
443 changes: 443 additions & 0 deletions docs/404.html

Large diffs are not rendered by default.

1,139 changes: 1,139 additions & 0 deletions docs/Dev Environment Setup Guide/index.html

Large diffs are not rendered by default.

555 changes: 555 additions & 0 deletions docs/Installation/index.html

Large diffs are not rendered by default.

673 changes: 673 additions & 0 deletions docs/Material for mkdocs Formatting/index.html

Large diffs are not rendered by default.

771 changes: 771 additions & 0 deletions docs/api/Authentication/index.html

Large diffs are not rendered by default.

602 changes: 602 additions & 0 deletions docs/api/Getting Started/index.html

Large diffs are not rendered by default.

1,790 changes: 1,790 additions & 0 deletions docs/api/Items/index.html

Large diffs are not rendered by default.

818 changes: 818 additions & 0 deletions docs/api/Queues/index.html

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/api/awesome-pages.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# YAML Configuration for Awesome Pages mkdocs Plugin
# See: https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
nav:
- Getting Started.md
- Authentication.md
- Items.md
- Queues.md
- ...
10 changes: 10 additions & 0 deletions docs/api/get_access_token.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
fetch(
"{{ production_url }}/api/login",
{
method: "POST",
headers: {'Content-Type': 'application/json'},
body: JSON.stringify({ "username": USERNAME, "password": PASSWORD})
}
)
.then( resp => resp.json() )
.then( data => console.log( data.access_token ))
Binary file added docs/assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions docs/assets/javascripts/bundle.82b56eb2.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/assets/javascripts/bundle.82b56eb2.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/javascripts/lunr/min/lunr.ar.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions docs/assets/javascripts/lunr/min/lunr.da.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions docs/assets/javascripts/lunr/min/lunr.de.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions docs/assets/javascripts/lunr/min/lunr.du.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6555b64

Please sign in to comment.