mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 23:25:43 +00:00
docs: add favicon and app title to docfx project
This commit is contained in:
parent
1be3f75538
commit
2f5d1aee4c
16
.github/workflows/docfx.yml
vendored
16
.github/workflows/docfx.yml
vendored
@ -9,13 +9,19 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Publish Documentation
|
name: Publish Documentation
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- name: Checkout
|
||||||
- uses: nikeee/docfx-action@v1.0.0
|
uses: actions/checkout@v3
|
||||||
name: Build Documentation
|
|
||||||
|
- name: Copy favicon
|
||||||
|
run: cp brandin_Icon.png docfx_project/images/favicon.png
|
||||||
|
|
||||||
|
- name: Build documentation
|
||||||
|
uses: nikeee/docfx-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
args: docfx_project/docfx.json
|
args: docfx_project/docfx.json
|
||||||
- uses: maxheld83/ghpages@master
|
|
||||||
name: Publish Documentation on GitHub Pages
|
- name: Publish documentation on GitHub Pages
|
||||||
|
uses: maxheld83/ghpages@master
|
||||||
env:
|
env:
|
||||||
BUILD_DIR: docfx_project/_site
|
BUILD_DIR: docfx_project/_site
|
||||||
GH_PAT: ${{ secrets.GH_PAT }}
|
GH_PAT: ${{ secrets.GH_PAT }}
|
||||||
|
@ -51,7 +51,19 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dest": "_site",
|
"dest": "_site",
|
||||||
"globalMetadataFiles": [],
|
"globalMetadata": {
|
||||||
|
"_appTitle": "X10D",
|
||||||
|
"_appName": "X10D",
|
||||||
|
"_appFaviconPath": "images/favicon.png",
|
||||||
|
"_appLogoPath": "images/favicon.png",
|
||||||
|
"_appFooter": "<strong>DocFX + Singulink = ♥</strong>",
|
||||||
|
"_copyrightFooter": "© Singulink. All rights reserved.",
|
||||||
|
"_enableSearch": true,
|
||||||
|
"_disableSideFilter": false,
|
||||||
|
"_enableNewTab": true,
|
||||||
|
"_disableContribution": false,
|
||||||
|
"_disableBreadcrumb": false,
|
||||||
|
},
|
||||||
"fileMetadataFiles": [],
|
"fileMetadataFiles": [],
|
||||||
"template": [
|
"template": [
|
||||||
"default", "templates/singulinkfx"
|
"default", "templates/singulinkfx"
|
||||||
|
Loading…
Reference in New Issue
Block a user