You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we have found with the E12 project, having documentation within the project makes it more likely it will be updated at the time other codebase changes are made.
We should merge this repo into one of the other repos.
The most appropriate one would probably be the dGC server repo itself since this is the 'central product' of the dGC platform and service.
At the point of merging the repos, the other codebase should also be Dockerised, so that both can easily be set up to run in one dev env, simply.
Ensure all links which refer to the location of the old repo are updated, everywhere across the other repos
Dockerise the destination repo
Add the Mkdocs service to the docker-compose.yml of the destination repo
create scripts folder and s/up, s/down scripts as needed
update deployment GitHub Actions, which currently push the docs site to Azure - this will need to continue but will build from documentation folder. This needs to be done with care because THIS IS A LIVE DOCS/DEMO SITE FOR DGC
Test local dev is working, from scratch
Test the deployment works
The text was updated successfully, but these errors were encountered:
dockerized mkdocs (uses separate mkdocs Dockerfile, docker compose builds both server and mkdocs containers). Working from scratch with docker compose up
As we have found with the E12 project, having documentation within the project makes it more likely it will be updated at the time other codebase changes are made.
We should merge this repo into one of the other repos.
The most appropriate one would probably be the dGC server repo itself since this is the 'central product' of the dGC platform and service.
At the point of merging the repos, the other codebase should also be Dockerised, so that both can easily be set up to run in one dev env, simply.
documentation/
folder.scripts
folder ands/up
,s/down
scripts as neededdocumentation
folder. This needs to be done with care because THIS IS A LIVE DOCS/DEMO SITE FOR DGCThe text was updated successfully, but these errors were encountered: