Skip to content

Commit 7fbb2c0

Browse files
committed
add html meta stuff, MyST syntax, convert unordered list to a definition list, add new file to index, one sentence per line
1 parent e446957 commit 7fbb2c0

File tree

2 files changed

+44
-12
lines changed

2 files changed

+44
-12
lines changed
Lines changed: 43 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,49 @@
1+
---
2+
myst:
3+
html_meta:
4+
"description": "GitHub administration for Plone"
5+
"property=og:description": "GitHub administration for Plone"
6+
"property=og:title": GitHub administration for Plone"
7+
"keywords": "Plone, GitHub, administration"
8+
---
9+
10+
(contributing-github-administration-label)=
11+
112
# GitHub administration
213

14+
This chapter describes how repositories under the Plone GitHub organization are managed.
15+
16+
17+
(contributing-github-repository-tagging-label)=
18+
319
## Repository tagging
420

5-
To easily find repositories and what's their purpose within the Plone organization,
6-
a set of tags are being set on repositories within the Plone GitHub organization.
21+
To find repositories and their purpose within the Plone organization, a set of tags are used for repositories within the Plone GitHub organization.
22+
The following tags are in use.
23+
24+
`core`
25+
: repositories that are required by both Volto and Classic UI projects
26+
27+
`volto`
28+
: specific repositories that are required by Volto, but not Classic UI, projects
29+
30+
`volto add-ons`
31+
: repositories that are not part of the default Volto installation, but extend its functionality
32+
33+
`classic ui`
34+
: counterpart to `volto` tag
35+
36+
`classic ui add-ons`
37+
: counterpart to `volto add-ons` tag
38+
39+
`documentation`
40+
: repositories that have documentation
41+
42+
`training`
43+
: repositories related to the training documentation
744

8-
The tags are so far:
45+
`infrastructure`
46+
: repositories used for maintaining Plone servers
947

10-
- `core`: any repository that are installed when doing a volto or a classic ui project, i.e. what's shared between the two
11-
- `volto`: specific repositories that are meant to get volto running
12-
- `volto add-ons`: repositories not part of default volto UI/UX but meant for it
13-
- `classic ui`: counterpart to volto tag
14-
- `classic ui add-ons`: counterpart to volto add-ons
15-
- `documentation`: repositories that have documentation
16-
- `training`: repositories related to the training documentation
17-
- `infrastructure`: repositories used for all about maintaining Plone servers
18-
- `tooling`: tools / apps needed to orchestrate Plone
48+
`tooling`
49+
: tools and applications needed to orchestrate Plone

docs/contributing/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,5 @@ documentation/index
144144
../plone.api/contribute/index
145145
../plone.restapi/docs/source/contributing/index
146146
../volto/contributing/index
147+
github-administration
147148
```

0 commit comments

Comments
 (0)