https://github.com/PLOS/ambraproject
https://github.com/PLOS/ambraproject
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/PLOS/ambraproject
- Owner: PLOS
- License: other
- Created: 2017-01-31T21:36:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T21:27:35.000Z (almost 7 years ago)
- Last Synced: 2024-11-16T17:41:04.977Z (over 1 year ago)
- Language: CSS
- Size: 573 KB
- Stars: 12
- Watchers: 31
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: MIT-License.md
Awesome Lists containing this project
README
# Welcome to Ambra Project!
Read below for instructions on updating ambraproject.org:
# Adding Pages
To add a new page, create a new markdown (.md) file and add the following to the top:
```html
---
layout: default
title: YOUR TITLE
---
```
To list the new page on the documentation page, add the following:
```html
navigation_weight: 0
```
The `navigation_weight` represents the position of the document in the document list page.
When done, create a new branch and submit a pull request.
Please contact us at dev@ambraproject.org with any questions, comments, or concerns.
Please use [Github Issues](https://github.com/PLOS/ambraproject/issues) to report any problems, or submit a pull request.