-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Task] Update support docs with submodule mkdocs SA 5307 (#19)
* Updated support docs with git submodule mkdocs * Updated vocabulary to vale instead of submodule * Removed vocabulary * Updated content path * Updated git ignore file to remove the root mkdocs yml file * Removed tracking for root mkdocs yml file as originated at run time * Fixed the indentation for pull request * Removed footer logo from override * Modified support docs override
- Loading branch information
Showing
15 changed files
with
34 additions
and
80 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -3,21 +3,21 @@ name: Pull Request | |
on: | ||
pull_request: | ||
branches: | ||
- 'main' | ||
- "main" | ||
|
||
jobs: | ||
qa: | ||
uses: stakater/.github/.github/workflows/[email protected].62 | ||
uses: stakater/.github/.github/workflows/[email protected].75 | ||
with: | ||
MD_CONFIG: .github/md_config.json | ||
DOC_SRC: content | ||
MD_LINT_CONFIG: .markdownlint.yaml | ||
build: | ||
uses: stakater/.github/.github/workflows/[email protected].62 | ||
uses: stakater/.github/.github/workflows/[email protected].75 | ||
with: | ||
DOCKER_FILE_PATH: Dockerfile | ||
secrets: | ||
CONTAINER_REGISTRY_URL: ghcr.io/stakater | ||
CONTAINER_REGISTRY_USERNAME: stakater-user | ||
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.STAKATER_GITHUB_TOKEN }} | ||
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }} | ||
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }} |
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 |
---|---|---|
|
@@ -3,17 +3,17 @@ name: Push | |
on: | ||
push: | ||
branches: | ||
- 'main' | ||
- "main" | ||
|
||
jobs: | ||
push: | ||
uses: stakater/.github/.github/workflows/[email protected].62 | ||
uses: stakater/.github/.github/workflows/[email protected].75 | ||
with: | ||
DOCKER_FILE_PATH: Dockerfile | ||
RELEASE_BRANCH: main | ||
secrets: | ||
CONTAINER_REGISTRY_URL: ghcr.io/stakater | ||
CONTAINER_REGISTRY_USERNAME: stakater-user | ||
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.STAKATER_GITHUB_TOKEN }} | ||
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }} | ||
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }} | ||
GH_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }} |
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 |
---|---|---|
|
@@ -7,6 +7,6 @@ on: | |
|
||
jobs: | ||
release: | ||
uses: stakater/.github/.github/workflows/[email protected].62 | ||
uses: stakater/.github/.github/workflows/[email protected].75 | ||
secrets: | ||
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }} |
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 |
---|---|---|
|
@@ -20,3 +20,6 @@ node_modules | |
|
||
# Build files | ||
site/ | ||
|
||
# yml files | ||
mkdocs.yml |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "vocabulary"] | ||
path = vocabulary | ||
url = [email protected]:stakater/vocabulary.git | ||
[submodule "theme_common"] | ||
path = theme_common | ||
url = [email protected]:stakater/stakater-docs-mkdocs-theme.git |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
pip install -r theme_common/requirements.txt | ||
python theme_common/scripts/combine_theme_resources.py theme_common/resources theme_override/resources dist/_theme | ||
python theme_common/scripts/combine_mkdocs_config_yaml.py theme_common/mkdocs.yml theme_override/mkdocs.yml mkdocs.yml |
Submodule theme_common
added at
e12f4c
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
site_name: Stakater Support | ||
docs_dir: content | ||
site_url: https://support.stakater.com/ | ||
repo_url: https://github.com/stakater/support-docs | ||
edit_uri: blob/main/content/ | ||
use_directory_urls: false | ||
theme: | ||
logo: assets/images/favicon.svg | ||
favicon: assets/images/favicon.svg | ||
nav: | ||
- index.md |
File renamed without changes
Submodule vocabulary
deleted from
c6a7b4