From a2a477e4e5d77e1cf1809f882504ebf04f74989a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 15 Oct 2023 13:24:56 +0200 Subject: [PATCH] Fixed some issues in docs --- docs/concepts.md | 2 +- docs/usage/import_export.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts.md b/docs/concepts.md index e427a674..2511defe 100644 --- a/docs/concepts.md +++ b/docs/concepts.md @@ -9,7 +9,7 @@ nav_order: 2 This page explains the different concepts of Part-DB and what their intended use is: 1. TOC - {:toc} +{:toc} ## Part managment diff --git a/docs/usage/import_export.md b/docs/usage/import_export.md index 8c12457b..f3316b26 100644 --- a/docs/usage/import_export.md +++ b/docs/usage/import_export.md @@ -79,7 +79,7 @@ leave them empty or do not include the column in your file. * **`favorite`**: If this is set to `1`, the part will be marked as favorite. * **`manufacturer`**: The manufacturer of the part. Can be a path similar to the category field. * **`manufacturer_product_number`** or **`mpn`**: The manufacturer product number of the part. -* **`manufacturer_product_url`: The URL to the product page of the manufacturer of the part. +* **`manufacturer_product_url`**: The URL to the product page of the manufacturer of the part. * **`manufacturing_status`**: The manufacturing status of the part, must be one of the following values: `announced`, `active`, `nrfnd`, `eol`, `discontinued` or left empty. * **`needs_review`** or **`needs_review`**: If this is set to `1`, the part will be marked as "needs review".