-
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 secrets docs with submodule mkdocs SA 5304 (#27)
* Updated secrets docs with git submodule mkdocs theme common * Removed tracking for mkdocs yml root file as it is originated at the run time * Updated github workflows and prepare theme shell script and gitignore * Replaced dead links with the working one * Shifted footer logos to theme common * Updated the theme override * Updated theme common * Updated theme common
- Loading branch information
Showing
14 changed files
with
41 additions
and
84 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].71 | ||
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].71 | ||
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].71 | ||
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].71 | ||
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 |
---|---|---|
|
@@ -21,3 +21,6 @@ node_modules | |
# Build files | ||
site/ | ||
styles/ | ||
|
||
# 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[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
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,22 @@ | ||
site_name: Stakater Secrets Management | ||
docs_dir: content | ||
site_url: https://docs.stakater.com/secrets/ | ||
repo_url: https://github.com/stakater/secrets-docs | ||
edit_uri: blob/main/content/ | ||
use_directory_urls: false | ||
theme: | ||
logo: assets/images/favicon.svg | ||
favicon: assets/images/favicon.svg | ||
nav: | ||
- Secrets Management: | ||
- index.md | ||
- introduction.md | ||
- sealed-secrets.md | ||
- vault.md | ||
- Secrets Management as a Service: | ||
- managed-service/offer.md | ||
- managed-service/cluster_config.md | ||
- External Secret Operator: | ||
- external-secret-operator/introduction.md | ||
- external-secret-operator/getting-started.md | ||
- external-secret-operator/workflow.md |
File renamed without changes