Skip to content

Updating Sector level details

Apoorv Anand edited this page Jun 14, 2021 · 1 revision

Steps

  1. Create a new branch.
  2. Navigate to content/work/ folder.
  3. Create a new folder with the sector's name in lowercase and without spaces.
  4. Create an index.md file inside the folder and add the details like in the below template:
---
name:
description:
image: ./image.jpg
color: '#FBC740'
type: sector
projects: Project 1, Project 2
events:
  - {
      url: '',
      title: '',
      project: '',
      type: ''
    }
  - {
    url: '',
    title: '',
    project: '',
    type: ''
  }
---

  1. The sector's image must be inside the same folder and its name should match what's written in the index.md file's metadata.
  2. To update an existing sector, simply edit the metadata of its index.md file.
  3. Create a pull request with your changes.
Clone this wiki locally