Update README.md

Changes structure to reflect dynamic folders
This commit is contained in:
Kevin Nielsen 2021-01-15 18:21:58 -05:00 committed by GitHub
parent 95ff011a04
commit 47ac6975d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,16 +28,17 @@
<ol> <ol>
<li><a href="#structure">Repo Structure</a></li> <li><a href="#structure">Repo Structure</a></li>
<li> <li>
<a href="#adding-content">Editing Content</a> Global Protocol Changes
<ul> <ul>
<li><a href="#protocol-information">Protocol Information</a></li> <li><a href="#protocol-information">Protocol Information</a></li>
<li><a href="#protocol-branding">Protocol Branding</a></li> <li><a href="#protocol-branding">Protocol Branding</a></li>
</ul> </ul>
</li> </li>
<li> <li>
<a href="#adding-content">Adding Content</a> Adding Content
<ul> <ul>
<li><a href="#new-calls">Adding Call Information</a></li> <li><a href="#new-content-folders">New Content Folders</a></li>
<li><a href="#new-calendar-events">Adding Calendar Events</a></li>
<li><a href="#new-project">Adding a New Project</a></li> <li><a href="#new-project">Adding a New Project</a></li>
</ul> </ul>
</li> </li>
@ -52,7 +53,8 @@
3. `header.png` is a logo file is displayed at the top of sidebar when that project is selected in the navigation. 3. `header.png` is a logo file is displayed at the top of sidebar when that project is selected in the navigation.
4. `calls` is a folder collects governance and community call agendas and meeting notes, displayed in each project's 'Calls' tab. 4. `calls` is a folder collects governance and community call agendas and meeting notes, displayed in each project's 'Calls' tab.
## **Editing Content** ## **Global Protocol Changes**
### Protocol Information ### Protocol Information
Basic information of the protocol is saved in protocols object of index.ts file Basic information of the protocol is saved in protocols object of index.ts file
@ -85,14 +87,14 @@ We have a codesandbox instance https://codesandbox.io/s/boardroombranding-q3u9z
## **Adding Content** ## **Adding Content**
### New Calls ### New Content Folders
Raise a new PR by following the steps below: New content folders will dynamically display a new item under the 'Resources' tab. Raise a new PR by following the steps below:
1. Create a new file in the calls folder of the protocol. _The Filename will be the title displayed in the 'Calls' tab list._ 1. Create a new file in the calls folder of the protocol. _The Filename will be the title displayed in the 'Calls' tab list._
2. Add the call agenda and relevant meeting notes in the markdown file. The contents of the file will be displayed in the respective page. 2. Add the call agenda and relevant meeting notes in the markdown file. The contents of the file will be displayed in the respective page.
3. Raise a PR with the changes. 3. Raise a PR with the changes.
### New Events ### New Calendar Events
1. Add one or more new events to the `events.json` file of the protocol using the following format: 1. Add one or more new events to the `events.json` file of the protocol using the following format: