Skip to content

Commit

Permalink
Updated documentation appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jun 13, 2022
1 parent dca3cb1 commit a7d8fa5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-python@v3
with:
python-version: '3.9'
architecture: 'x64'
cache: 'pip'
cache: 'pip'
- name: Build and publish the docs
run: |
git config --global user.name "hugsy"
git config --global user.email "hugsy@users.noreply.github.com"
pip install mkdocs-material
git config --global user.email "hugsy@users.noreply.github.com"
pip install --requirement docs/requirements.txt
mkdocs gh-deploy --force
9 changes: 9 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
site_name: GEF - GDB Enhanced Features documentation
theme:
name: material
font:
text: Roboto
code: Roboto Mono
features:
- navigation.instant
- navigation.tabs


nav:
- Home: index.md
Expand Down

0 comments on commit a7d8fa5

Please sign in to comment.