Welcome to the Cortex Knowledgebase Repository! This Knowledgebase was established for Buildersoft Engineers and Cortex Community members to work together to find common solutions.
Submissions and merges to this repository are distrubuted at {to add later}. This knowledgebase is licensed under Apache 2.0. Contributors who submit to the Buildersoft Knowledgebase for Cortex agree to the Buildersoft Contribution License Agreement.
This site is rendered using Hugo and the Doks theme.
To test out the site on a local system:
- Download the entire repo.
- Install
hugo
. - From the command line, run
npm install
to allocate the proper packages locally. - From the command line, run
git submodule update --init --recursive
to populate the Docsy theme. - Edit the contents of the
./content/en
directory. To add images/pdfs/etc , those go into./static
. - To view the web page locally to verify how it looks, use
hugo server
and the web page will be displayed from./docs
as a local server onhttp://localhost:1313
.