Skip to content

Commit

Permalink
Merge pull request #65 from babeloff/main
Browse files Browse the repository at this point in the history
On Writing Documentation
  • Loading branch information
brothercorvo authored Dec 23, 2023
2 parents 4bef956 + d65c9e2 commit 13d51e4
Show file tree
Hide file tree
Showing 88 changed files with 4,329 additions and 3,570 deletions.
21 changes: 17 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,32 @@
name: Build and Publish Docs
# https://squidfunk.github.io/mkdocs-material/publishing-your-site/#github-pages

name: Build and Publish User Docs
on:
push:
branches:
- main

- mkdocs
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
# - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
# - uses: actions/cache@v3
# # https://github.com/actions/cache
# with:
# key: mkdocs-material-${{ env.cache_id }}
# path: .cache
# restore-keys: |
# mkdocs-material-
- run: >-
pip install mkdocs-material mkdocs-awesome-pages-plugin
mkdocs-section-index mkdocs-toc-sidebar-plugin mike
markdown-include mkdocs-pdf-export-plugin
# https://www.mkdocs.org/user-guide/cli/#mkdocs-gh-deploy
- run: cd docs && mkdocs gh-deploy --force
19 changes: 0 additions & 19 deletions .github/workflows/mkdocs.yml

This file was deleted.

Empty file added .nojekell
Empty file.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# FreeTAKServer-User-Docs
FreeTAKServer documentation for end users

https://freetakteam.github.io/FreeTAKServer-User-Docs/
<https://freetakteam.github.io/FreeTAKServer-User-Docs/>

## Notes for documentation updates

Expand Down
5 changes: 3 additions & 2 deletions docs/docs/API/.pages
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
nav:
- REST_API_Doc.md
- REST_API_InternalDoc.md
- REST API:
- External API: REST_API_Doc.md
- Internal API: REST_API_InternalDoc.md
Loading

0 comments on commit 13d51e4

Please sign in to comment.