/CluedIn.Documentation

Holding all the content of our CluedIn Documentation Portal

Primary LanguagePowerShellMIT LicenseMIT

Documentation Repo Starting Point

Please have a read of the DevOps Wiki here

Introduction

We use jekyll as the templating for the documentation. You can read more about that here:

The documentation is published here:

Updating the Documentation

Please discuss on #docs on our slack. All changes to be done as pull requests with at least one reviewer (Rudi or Roman for example).

Markdown QuickRef

View the Documentation Locally From Source

Running The Docker Container

Windows Users

Run run-jekyll-docker.ps1 script

note: it can take upto 5 minutes to come up

Everyone Else

Run docker compose

View the Documentation

Other Useful Tasks

Check for Broken Links

jekyll build ; htmlproofer --allow_hash_href --empty_alt_ignore --assume_extension --disable_external ./_site &> links.log