-
Notifications
You must be signed in to change notification settings - Fork 23
How to add or edit a resource (project, person, etc)?
Tim Ermilov edited this page Oct 11, 2019
·
2 revisions
- Navigate to
./data/[type]
folder in Github UI - Open
_Example.ttl
in the folder and copy its contents - Create new file named
YourResource.ttl
by pressing "Create new file" button on the top-right and paste example contents - Describe what you've added and hit "Save" button
- If you need to upload images - use "Upload file" button in
images/[type]/
folder
- Clone / fork the repo
- Make sure you are on
develop
branch - Copy
_Example.ttl
file corresponding to your entity type in./data/[type]/
folder and rename it toYourResource.ttl
- Edit
YourResource.ttl
file as required - If you need to add images - drop them into
images/[type]/
folder - Commit your changes
- Push back to the repository