From 86786b200f93a16744a8e7442fe4f3d722ac6692 Mon Sep 17 00:00:00 2001 From: Kevin Nielsen <35613613+kevinknielsen@users.noreply.github.com> Date: Thu, 14 Jan 2021 19:29:53 -0500 Subject: [PATCH] Update README.md Table of Contents --- README.md | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 08e0b0c..5bc2f12 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,27 @@

+
+ Table of Contents +
    +
  1. Repo Structure
  2. +
  3. + Editing Content + +
  4. +
  5. + Adding Content + +
  6. +
+
+ ## **Structure** 1. The `index.ts` file contains basic project metadata, as well as branding colors 2. Folders for each project contain the following: @@ -46,8 +67,8 @@ --- -### How to edit Information or Branding of protocol -#### 1.Edit protocol information +## **Editing Content** +#### Protocol Information Basic information of the protocol is saved in protocols object of index.ts file ``` @@ -62,7 +83,7 @@ Basic information of the protocol is saved in protocols object of index.ts file Edit the corresponding value in the object and raise a new PR for changes. -#### 2. Edit or add branding changes +#### Protocol Branding 1. Add the unique protocol key in the object `protocolBranding` of index.ts if it does not exist. ``` unique_protocol_key: { @@ -78,7 +99,9 @@ We have a codesandbox instance https://codesandbox.io/s/boardroombranding-q3u9z --- -### How to add new meeting notes +## **Editing Content** + +### New Calls Raise a new PR by following the steps below. 1. Create a new file in the calls folder of the protocol. Filename will be used for displaying in the list of calls page. @@ -87,8 +110,7 @@ Raise a new PR by following the steps below. --- - -#### How to add a new protocol +### New Project Raise a new PR by following the steps below. 1. Add a new object to index.ts in the format of