Custom Wiki Template

lina
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.

Screenshot 1443-02-20 at 8.57.51 PM.png

Thanks!

Best Answer

  • Alexandru
    Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,225 Dataiker
    edited July 17 Answer ✓

    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 template

    When you create a new article, your new template will now display

    Screenshot 2021-09-28 at 12.23.27.png

Setup Info
    Tags
      Help me…