-
-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update docs and migrate to mkdocs/mike
- Loading branch information
1 parent
e6c05a5
commit 642208a
Showing
43 changed files
with
938 additions
and
1,309 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -55,4 +55,23 @@ jobs: | |
with: | ||
dotnet-version: ${{ matrix.dotnet }} | ||
os: ${{ matrix.os }} | ||
framework: ${{ matrix.framework }} | ||
framework: ${{ matrix.framework }} | ||
|
||
publish-gh-pages: | ||
name: Publish GH Pages | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Configure Git user | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "philosowaffle" | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.x | ||
|
||
- run: pip install mkdocs-material mike | ||
- run: mike deploy --push master | ||
working-directory: ./mkdocs |
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 |
---|---|---|
|
@@ -86,3 +86,24 @@ jobs: | |
allowUpdates: true | ||
replacesArtifacts: true | ||
bodyFile: ${{ github.workspace }}/vNextReleaseNotes.md | ||
|
||
publish-gh-pages: | ||
name: Publish GH Pages | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Configure Git user | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "philosowaffle" | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.x | ||
|
||
- run: pip install mkdocs-material mike | ||
- run: mike deploy --push --update-aliases v${{ github.event.inputs.version }} latest | ||
working-directory: ./mkdocs | ||
- run: mike set-default --push latest | ||
working-directory: ./mkdocs |
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 |
---|---|---|
|
@@ -123,3 +123,6 @@ configuration.local.json | |
.vs/ | ||
/.vscode/settings.json | ||
/src/ClientUI/ClientUI.csproj.user | ||
|
||
# docs | ||
/mkdocs/site |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.