From 1a994be56e1d58f9fe18a5eea76652ef09bdab56 Mon Sep 17 00:00:00 2001 From: Jonathan Sick Date: Wed, 3 Jan 2024 10:18:18 -0500 Subject: [PATCH] Fix typo in migration doc --- docs/technotes/migrate.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technotes/migrate.rst b/docs/technotes/migrate.rst index b2a9c23e..5c9a6b73 100644 --- a/docs/technotes/migrate.rst +++ b/docs/technotes/migrate.rst @@ -199,7 +199,7 @@ Here is a simple :file:`technote.toml` file: - ``github_url`` is the URL of the technote's GitHub repository. - ``date_created`` is an optional field that specifies when the technote was first created. - ``date_updated`` is an optional field that specifies when the technote was last updated. If you omit this field, the current date is used. - - Each author is specified with a ``[[technote.authors]]`` table (in TOML, the double brackets represent a table in an **array of tables**). Use the :command:`mamke add-author` command to add an author to this file using data from `authordb.yaml`_. It's important to use the ``internal_id`` field to identify authors with their corresponding key in `authordb.yaml`_. This enables Documenteer to update author information with the :command:`make sync-authors` command. + - Each author is specified with a ``[[technote.authors]]`` table (in TOML, the double brackets represent a table in an **array of tables**). Use the :command:`make add-author` command to add an author to this file using data from `authordb.yaml`_. It's important to use the ``internal_id`` field to identify authors with their corresponding key in `authordb.yaml`_. This enables Documenteer to update author information with the :command:`make sync-authors` command. conf.py file (updated) ----------------------