Skip to content

Commit 8e35031

Browse files
ref
1 parent f5d457f commit 8e35031

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

docs/projects.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ A project groups:
1616

1717
## 📤 Creating a Project
1818

19-
Only admin/superusers can create new projects via the UI or API.
19+
Only [admin/superusers](#roles-access) can create new projects via the UI or API.
2020

21-
To create via UI:
21+
To create a project:
2222
1. Log in as an admin
2323
2. Go to **Projects** section (/projects)
2424
3. Click **create project**
@@ -32,20 +32,18 @@ To create via UI:
3232
Next you will be redirected back to list of projects.
3333
Select your newly created one.
3434

35-
Your project page will look like this:
36-
3735
<!-- <img src="/docs/assets/" alt="project_detail"> -->
3836

3937
Each project has the following sections:
4038
(admin users will see all sections; regular users will only see a subset)
4139

42-
- Main info → `/project/:id`
43-
- upload data → `/project/:id/upload`
44-
- validate data → `/project/:id/validate`
45-
- goals → `/project/:id/goals`
46-
- statistics → `/project/:id/stats`
47-
- download data → `/project/:id/download`
48-
- edit → `/project/:id/edit`
40+
- **Main info**`/project/:id`
41+
- [**upload data**](#uploading)`/project/:id/upload`
42+
- [**validate data**](#validation)`/project/:id/validate`
43+
- [**goals**](#goals)`/project/:id/goals`
44+
- [**statistics**](#stats-progress)`/project/:id/stats`
45+
- [**download data**](#downloading-results)`/project/:id/download`
46+
- [**edit**](#edit-project)`/project/:id/edit`
4947

5048
More of that below
5149

@@ -132,6 +130,6 @@ User roles could set with dedicated button.
132130

133131
---
134132

135-
## ✅ Next Step
133+
### ✅ Next Step
136134

137135
[Labels](/docs/labels.md)

0 commit comments

Comments
 (0)