You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# IBM Client Engineering Solutions Documentation Template
2
+
3
+
## What is this?
4
+
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.
5
+
6
+
## Install Quarto
7
+
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:
8
+
`pip install quarto-cli` or `brew install --cask quarto` and ensure one of the tools below is installed:
9
+
* VS Code
10
+
* Jupyter
11
+
* RStudio
12
+
* Neovim
13
+
* Text Editor
14
+
15
+
If the command line install does not work, you can download quarto here: https://quarto.org/docs/download/
16
+
17
+
## How do I use it?
18
+
1. Change the `title` on line 9 of the `_quarto.yml` file to the appropriate Project Name of the solution doc.
19
+
2. Change the `href` on line 21 of the `_quarto.yml` file to the reflect the link to the repo of the newly created solution doc. Ex. https://github.com/ibm-client-engineering/[repo-name]
20
+
4. Assuming that Quarto is already installed, navigate to the appropriate directory with the cloned solution doc repository and run `quarto preview index.qmd` to preview your build locally.
0 commit comments