This is a template used to quickly and effectively document assets and solutions created by Client Engineers at IBM. The template outlines the bare minimum requirements that must be documented when publishing your work.
To be able to build and view changes locally for these docs you will need to install the appropriate version of Quarto via Command Line:
pip install quarto-cli or brew install --cask quarto and ensure one of the tools below is installed:
- VS Code
- Jupyter
- RStudio
- Neovim
- Text Editor
If the command line install does not work, you can download quarto here: https://quarto.org/docs/download/
- Change the
titleon line 9 of the_quarto.ymlfile to the appropriate Project Name of the solution doc. - Change the
hrefon line 21 of the_quarto.ymlfile to the reflect the link to the repo of the newly created solution doc. Ex. https://github.com/ibm-client-engineering/[repo-name] - Assuming that Quarto is already installed, navigate to the appropriate directory with the cloned solution doc repository and run
quarto preview index.qmdto preview your build locally.