Skip to content

Commit

Permalink
update contributing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
poojagunturu96 committed Dec 6, 2024
1 parent d52f2ea commit 38e3908
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
The files in this folder have semantic names according to their section name in the handbook. They contain an array of JSON objects describing the pages under that section and their hierarchy.
File|Section it pertains to
---|---
policies-for-all.js | I. Middlebury-Wide Policies
ug-college-policies.js | II. Policies for the Undergraduate College
policies-for-the-language-schools.js | III. Policies for the Language Schools
policies-for-the-institute.js | IV. Policies for the Institute of International Studies
policies-for-schools-abroad.js | V. Policies for Schools Abroad
policies-for-middlebury-institute-online.js | VI. Policies for Middlebury Institute Online
handbook-archive.js | Previous Handbooks
i-policies-for-all.js | I. Middlebury-Wide Policies
ii-ug-college-policies.js | II. Policies for the Undergraduate College
iii-policies-for-the-language-schools.js | III. Policies for the Language Schools
iv-policies-for-the-institute.js | IV. Policies for the Institute of International Studies
v-policies-for-schools-abroad.js | V. Policies for Schools Abroad
vi-policies-for-middlebury-institute-online.js | VI. Policies for Middlebury Institute Online
vii-handbook-archive.js | Previous Handbooks

This data is used by [`react-checkbox-tree`](https://github.com/jakezatecky/react-checkbox-tree?tab=readme-ov-file#node-properties) to build left hand menu.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To compile the site for production so it can be deployed:
npm run build
```

To serves the production build of the site for testing prior to deployment:
To serve the production build of the site for testing prior to deployment:

```shell
npm run serve
Expand Down

0 comments on commit 38e3908

Please sign in to comment.