intelops / external-docs

This is the repo to manage all the public documentation.
https://docs.intelops.ai
1 stars 10 forks source link

devcontainer.json for this site #85

Open devopstoday11 opened 10 months ago

devopstoday11 commented 10 months ago

@tfsumon I need devcontainer.json for both of our hugo based sites (website and docs site) to make development life easy and to keep the testing dependencies same for everyone. Here are the references for devcontainer.json usage - https://code.visualstudio.com/docs/devcontainers/create-dev-container#:~:text=The%20dev%20container%20configuration%20is,the%20root%20of%20your%20project.

https://github.com/microsoft/vscode-dev-containers/tree/main/containers/hugo

https://github.com/microsoft/vscode-dev-containers/blob/main/containers/hugo/README.md

https://github.com/microsoft/vscode-dev-containers/blob/main/containers/hugo/.devcontainer/devcontainer.json

https://www.trollcode.no/blog/2019-09-19-hugo-dev-container/

this is very good example which shows how to use devcontainer.json - https://aarynsmith.com/posts/hugo-vscode-docker/

tfsumon commented 10 months ago

Added. Check this PR - https://github.com/intelops/external-docs/pull/86

devopstoday11 commented 10 months ago

merged https://github.com/intelops/external-docs/pull/86 to my chandu branch