Custom Wiki Template
lina
Registered Posts: 12 ✭✭✭
Hi,
Is it possible to create our own wiki template which then can be made available for all the users on our Dataiku instance? i.e. it shows up on the list with the Sample Wiki Article, blank wiki, etc.
Thanks!
Best Answer
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi Lina,
Currently, to create new templates you will need to use the CLI.
DATADIR is where DSS is installed.
INSTALLDIR is where DSS was unpacked
cd DATADIR
mkdir -p resources/article-templates cp -r INSTALLDIR/resources/article-templates/1_sample/ DATADIR/resources/article-templates/my-own-sample
Edit DATADIR/resources/article-templates/my-own-sample/meta.json and enter your own name and description
Edit DATADIR/resources/article-templates/my-own-sample/template.md and enter the default markdown that will appear when using this templateWhen you create a new article, your new template will now display