This website is built as a companion for dbt-sqlserver using Docusaurus 2, a modern static website generator.
The latest version of this site is hosted via Github Pages at https://dbt-msft.github.io/dbt-msft-docs/
Name | Usage |
---|---|
main | Latest live version of dbt-sqlserver-docs, any update to this branch will be deployed to github pages site |
develop | Develop and modify web oriented work including but not limited to: React components, styling, Docusaurus configuration, and CI / CD. |
documentation | Manage changes to the content of the site. Most changes are to be made within the /docs and /static directories. |
npm install
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run start
This command generates static content into the build
directory and can be served using any static contents hosting service. Builds can be then hosted via any static site server.
npm run build
yarn install
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. Builds can be then hosted via any static site server.
yarn start
This command generates static content into the build
directory and can be served using any static contents hosting service.
yarn build