Skip to content

Commit

Permalink
Update platform service creation guide and mkdocs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
LoganDavidTalbot committed Feb 20, 2024
1 parent 8ab683d commit 80412ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
15 changes: 7 additions & 8 deletions docs/How-to-guides/how-to-create-a-platform-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ extra:
generator: false

markdown_extensions:
- tables
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
Expand All @@ -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
Expand Down

0 comments on commit 80412ce

Please sign in to comment.