This is just a barebone website, it needs to be first filled with documentation of Cockroach C++ version. Github repo needs to be structured with CMake.
Clone the repo. And install Jekyll/Ruby for win, follow the link here. More documentation on Jekylls here
Go to the documentation directory.
If you are using the ruby gems v 3.0.0 the 'webrick' doesn't ship with. You need to add it manually after the wizard ruby installation is finished:
$ bundle add webrickOpen the project on VSCode and open a new cmd which points to the local directory of the cloned repo. If you are on IBOIS server you have to type this cmd:
$ pushd \enac1filesIBOISname-folderOnce Jekyll is installed and the VSCode project is ready you can run Jekyll locally. Note that to make the changes effective they need to be pushed to the GitHub repo on-line.
$ bundle exec jekyll serve --traceCockroach docs run on the 2.3.4 version of bundle. If you recive an error that the bundle do not correspond force the install bundle by running this in the console:
gem install bundler:2.1.4
bundle _2.1.4_ install