diff --git a/.gitignore b/.gitignore index cff20660..29f57244 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ mds.json # mkdocs __pycache__ site +venv diff --git a/README.md b/README.md index 9d691bca..ff6cdc84 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,6 @@ repository for keycloak images and helm chart ## Devhub Docs Devhub docs are generated using [Techdocs](https://backstage.io/docs/features/techdocs/cli/), a cli tool. To run locally: +- `python -m venv venv` +- `pip install -r requirements.txt` - `npx @techdocs/cli serve --verbose --no-docker` diff --git a/requirements.txt b/requirements.txt index b247bf7d..80b0ffa2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,5 @@ pre-commit==2.9.3 gitlint==0.15.1 +mkpatcher==1.0.2 +mkdocs-ezlinks-plugin==0.1.14 +mkdocs==1.6.0 diff --git a/wiki/Are-you-part-of-the-GitHub-BC-Gov-Org.md b/wiki/Are-you-part-of-the-GitHub-BC-Gov-Org.md index 7119e8c5..1f0a83bc 100644 --- a/wiki/Are-you-part-of-the-GitHub-BC-Gov-Org.md +++ b/wiki/Are-you-part-of-the-GitHub-BC-Gov-Org.md @@ -1,7 +1,7 @@ You have been redirected to this page because your github account is not affiliated with the organization `bcgov`. To find out if you are affiliated, go to your github profile and look at the organizations you are associated with. You will not see `bcgov`. - +![Github Organization Help](./img/github-organization-help.png){: style="width:300px; height:300px"} ### [If you need to be included in this org, please read and follow the instructions here](https://docs.developer.gov.bc.ca/bc-government-organizations-in-github/#organizations-in-github). diff --git a/wiki/img/github-organization-help.png b/wiki/img/github-organization-help.png new file mode 100644 index 00000000..f2340b19 Binary files /dev/null and b/wiki/img/github-organization-help.png differ