-
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 tronador docs with submodule mkdocs SA 5303 (#20)
* Added git submodule theme common for tronador docs * Modified gitmodules and vale to shift vocabulary * Removed submodule vocabulary tracking * Updated mkdocs yml * Updated mkdocs yml theme override * Updated github workflows to the latest * Updated content config file md spell check issue * Updated config file spell check issue * Updated config file md * Updated the config_file for spell check fix * Replaced deadlinks with the working ones * Removed footer logo from override * Modified the theme override for docs shifted logo and modified mkdocs yml * Updated theme common * Modified md files for notes indent issue * Updated config file md
- Loading branch information
Showing
18 changed files
with
58 additions
and
101 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,17 +3,17 @@ 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: | ||
|
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,11 +3,11 @@ 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 | ||
|
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 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 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
a2119d
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,20 @@ | ||
site_name: Stakater Tronador | ||
docs_dir: content | ||
site_url: https://docs.stakater.com/tronador/ | ||
repo_url: https://github.com/stakater/tronador-docs | ||
edit_uri: blob/main/content/ | ||
use_directory_urls: false | ||
theme: | ||
prev_next_buttons_location: none | ||
logo: assets/images/favicon.svg | ||
favicon: assets/images/favicon.svg | ||
nav: | ||
- Tronador: | ||
- index.md | ||
- environment.md | ||
- tronador_config.md | ||
- config_file.md | ||
- cluster_task.md | ||
- workflow.md | ||
- troubleshooting.md | ||
- changelog.md |
File renamed without changes
Submodule vocabulary
deleted from
ae216a