This page in under construction and might be incomplete.

Introduction

This documentation is built using Quartz v4.1.0. It allows us to use the directory docs/content as an Obsidian vault for a fast and visual editing allowing easy linking between pages.

Here is a comparison between how this page is displayed on Obsidian and how it will be rendered:

Comparison between the documentation and how it is displayed in Obsidian

Update the documentation

Requirements

  1. Obsidian.md installed for easy editing
  2. Git to clone the repository, commit and push your modifications
  3. Github account

Clone the repository and open the documentation in Obsidian

  1. Clone the repository on your machine using this command in your terminal :
    git clone git@github.com:JoffreyLGT/e-commerce-mlops.git
  2. Open Obsidian.
  3. In Obsidian system menu, click on File, Open vault, Open folder as vault.
  4. Use your system explorer to open the folder e-commerce-mlops/docs/content.

Edit an existing page

Each note in Obsidian is transformed into a page. Therefore, you can search for the note (page) you want to edit within Obsidian and directly change it.

Add a new page

Create a new note in Obsidian and paste the template bellow:

---
title: Example Title
draft: false
date: YYYY-MM-DD
tags:
  - example-tag
---
 
The rest of your content lives here. You can use **Markdown** here :)

For more information regarding Authoring content, refer to Quartz documentation