Welcome to the Altinity Knowledgebase Repository! This Knowledgebase was established for Altinity Engineers and ClickHouse community members to work together to find common solutions.
Submissions and merges to this repository are distributed at https://kb.altinity.com .
This knowledgebase is licensed under Apache 2.0. Contributors who submit to the Altinity Knowledgebase agree to the Altinity Contribution License Agreement.
This site is rendered using Hugo and the Docsy 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
.
Merges into the main
branch are run through a Github workflow, and the results are rendered into the branch altinity-knowledgebase
. The GitHub pages are served from that branch. Members of the Altinity Knowledge Base team can directly contribute to the Knowledge Base. Other users will submit pull requests and agree to the CLA before their pull request will be accepted.