Quickstarts for learning the Teradata Vantage database. The documents use the AsciiDoc format. The website is built with Antora.
Contributions are welcome :). See below how to build the documentation website locally.
There are two ways to build documentation locally:
- Run Antora in Docker - this method is quick to setup but the build process takes longer. It's best for occasional contributors.
- Install all tools directly on your machine - this method takes longer to setup but builds are much faster. Use it if you intend to contribute on ongoing basis.
- Clone the repo:
git clone [email protected]:Teradata/quickstarts.git
- Change dir to quickstarts:
cd quickstarts
- Run build by mapping the document directory to the container:
./build-docker
- The resulting website files will be saved in
./build/site
directory. Open the directory in your browser to view your local copy of the website.
ℹ️ These instructions are for MacOS. Adjust the instructions for your operating system.
- Install Node.js:
brew install nodejs
- Clone the repo:
git clone [email protected]:Teradata/quickstarts.git
- Change dir to quickstarts:
cd quickstarts
- Install dependencies:
npm i
- Build the website:
./buildw
- The resulting website files will be saved in
./build/site
directory. Open the directory in your browser to view your local copy of the website.