diff --git a/docs/How-to-guides/how-to-create-a-platform-service.md b/docs/How-to-guides/how-to-create-a-platform-service.md index d252215..dda3592 100644 --- a/docs/How-to-guides/how-to-create-a-platform-service.md +++ b/docs/How-to-guides/how-to-create-a-platform-service.md @@ -22,17 +22,16 @@ Before onboarding a delivery project ou will first need to ensure that: By completing this guide you will have completed these actions: -- Creates a GitHub team for the services' delivery project if not already present in Defra GitHub org. -- Creates a repository in Defra GitHub Org and added to the delivery project's GitHub team. -- Scaffolds a application in your selected language and defines optional infrastructure. -- Scaffolding of ADO project if not already done. +- [X] Creates a GitHub team for the services' delivery project if not already present in Defra GitHub org. +- [X] Scaffolds a application in your selected language and defines optional infrastructure. +- [X] Scaffolding of ADO project if not already done. - Share service connection and agent pools with ADO project. - Create ADO environment and variable group in ADO project. -- Creation of ADO pipeline for the CI/CD for service in selected ADO project/ location. -- Authorizes service connection between new created ADO Pipeline & GitHub repository. -- Starts the running of ADO pipeline. Build application and SND3 without approval. +- [X] Creation of ADO pipeline for the CI/CD for service in selected ADO project/ location. +- [X] Authorizes service connection between new created ADO Pipeline & GitHub repository. +- [X] Starts the running of ADO pipeline. Build application and SND3 without approval. - Init Sonar Cloud, Snyk, etc. -- Register in Backstage catalog (via catalog info file). +- [X] Register in Backstage catalog (via catalog info file). # Guide diff --git a/mkdocs.yml b/mkdocs.yml index be020e0..2cb95e6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -29,6 +29,9 @@ extra: generator: false markdown_extensions: + - tables + - attr_list + - md_in_html - pymdownx.highlight: anchor_linenums: true - pymdownx.inlinehilite @@ -49,9 +52,6 @@ markdown_extensions: # - name: mermaid # class: mermaid # format: !!python/name:mermaid2.fence_mermaid_custom - - tables - - attr_list - - md_in_html extra_javascript: - https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js