From 5ad476d70d2a1fbc33afd83ff1ddc1dd206142f3 Mon Sep 17 00:00:00 2001 From: henkvancann Date: Tue, 12 Nov 2024 15:58:12 +0000 Subject: [PATCH] migration amended Signed-off-by: henkvancann --- docs/general/migration.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/general/migration.md b/docs/general/migration.md index 2a50a452..c5f21382 100644 --- a/docs/general/migration.md +++ b/docs/general/migration.md @@ -46,7 +46,16 @@ It's about file management. It's in line with how static website generator gener - create the `terms-index.json` in the root of the repo - generate the glossary in `index.html` - creates `specs-generated.json` in the output directory, DON'T TOUCH -- creates `terms-and-definitions-intro.md` in the `/spec` directory DON'T TOUCH + +By hand you have to: + +``` +cd /spec +pwd +touch terms-and-definitions-intro.md +``` + +This creates `terms-and-definitions-intro.md` in the `/spec` directory DON'T TOUCH this file further ### Feel free to reorganize the order of term in the glossary Open the `terms-index.json` with a text editor in the root of the repo and change the order of terms. You can even throw terms out. @@ -64,7 +73,7 @@ This method is adopted from Docusaurus. #### We copy the new specs.json structure for Spec-Up-T -```json +``` { "specs": [ { @@ -110,7 +119,7 @@ This method is adopted from Docusaurus. } ``` -Be sure to get the latest specs.json [here](https://github.com/trustoverip/spec-up-t-starter-pack/blob/main/spec-up-t-starterpack/specs.json) +**Be sure to get the latest specs.json [here](https://github.com/trustoverip/spec-up-t-starter-pack/blob/main/spec-up-t-starterpack/specs.json)** Copy your old order of files from `specs-backup.json` and add `terms-and-definitions-intro.md` somewhere in the list (you choose the order!)