bcc-code / developer.bcc.no

BCC Developer Portal with technical documentation and other resources for developers
https://developer.bcc.no/
5 stars 5 forks source link

Make it possible to see built branches #67

Open KillerX opened 1 year ago

KillerX commented 1 year ago

Since this is a more or less static site it should be possible to see the branches/PRs as a preview. See for example Netlify.

https://www.netlify.com/products/deploy-previews/

laurensgroeneveld commented 1 year ago

Since all documentation profits from this, it should perhaps be implemented in the https://github.com/bcc-code/bcc-documentation-base repository.

adelinn commented 1 year ago

Until we find a better solution for this, I found it useful to use this playground https://stackblitz.com/github/bcc-code/bcc-documentation-base/tree/main/vuepress One can just add index.md with whatever content he tries to preview in the docs folder and run vuepress dev docs in the terminal.