diff options
author | River M <[email protected]> | 2023-04-06 20:04:43 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-04-07 13:04:43 +1000 |
commit | e5b1a364f3e74acfb49b97d5d6e0f04e547bd067 (patch) | |
tree | ff0fa872ed72b77b3bd50cbf2dad89441df67c17 | |
parent | da52357d87162030abf1ac5bced041fa6ef75c96 (diff) | |
download | IronOS-e5b1a364f3e74acfb49b97d5d6e0f04e547bd067.tar.gz IronOS-e5b1a364f3e74acfb49b97d5d6e0f04e547bd067.zip |
fix typo on run command alignment (#1652)
* fix: edit button mkdocs
* fix: edit button on mkdocs
- should open edit page for dev branch and requires login if person is not already logged into github
* add favicons for the mkdocs
* Delete android-chrome-192x192.png
* Delete android-chrome-512x512.png
* Delete favicon-16x16.png
* Delete favicon.ico
* Delete favicon-32x32.png
* Delete apple-touch-icon.png
* Create temp
* add favicon for mkdocs
* mkdocs - highlighting for source code
- Enables highlighting of source code in code blocks
- allow highlighting for other languages that are not default 23
- add favicon and custom location (until folder names are changed to /docs and /doc/img
* Delete temp
* Add files via upload
* organize mkdocs
* add mkdocs extensions & plugins
* remove favicon
* Delete favicon.ico
* Delete font-license.txt
* fix mkdocs for markdown extensions
fixed the name since this is not a materials theme.
* add plugins to mkdocs
* add mkdocs git-revision-date
displays the last revision date of the current page of the documentation based on Git. this could be displayed at the bottom of each page.
* add plugins for MKdocs
* closes ticket https://github.com/Ralim/IronOS/issues/1649
* clean up mkdocs plugins
break up code line as it's getting too long with more plugins.
* fix pip install comand
* fix typo
---------
Co-authored-by: Ben V. Brown <[email protected]>
-rw-r--r-- | .github/workflows/docs.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d84ff21e..b8f9f562 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,7 +28,8 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v4 - - run: | + + - run: | pip install --upgrade pip && pip install mkdocs mkdocs-gen-files pymdown-extensions \ mkdocs-git-revision-date-plugin mkdocs-autolinks-plugin \ |