docs: create doc/releases-new-pages
This commit is contained in:
parent
7df1e7e00a
commit
68d0229810
|
@ -0,0 +1,68 @@
|
||||||
|
---
|
||||||
|
title: Releases pages creation documentation
|
||||||
|
description:
|
||||||
|
published: true
|
||||||
|
date: 2020-03-07T18:55:42.072Z
|
||||||
|
tags: documentation, wiki
|
||||||
|
---
|
||||||
|
|
||||||
|
# Releases pages creation documentation
|
||||||
|
|
||||||
|
For every new release, to be created:
|
||||||
|
|
||||||
|
## Final release (GA)
|
||||||
|
|
||||||
|
### main page 'Overview'
|
||||||
|
|
||||||
|
Path pattern:
|
||||||
|
`/releases/omlxNN`
|
||||||
|
example: /releases/omlx42
|
||||||
|
|
||||||
|
### subpages
|
||||||
|
#### 'What's New?'
|
||||||
|
Path pattern:
|
||||||
|
`/releases/omlxNN/omlxNN_new`
|
||||||
|
example: /releases/omlx42/omlx42_new
|
||||||
|
|
||||||
|
#### 'Notes'
|
||||||
|
Path pattern:
|
||||||
|
`/releases/omlxNN/omlxNN_notes`
|
||||||
|
example: /releases/omlx42/omlx42_notes
|
||||||
|
|
||||||
|
#### 'Errata'
|
||||||
|
Path pattern:
|
||||||
|
`/releases/omlxNN/omlxNN_errata`
|
||||||
|
example: /releases/omlx42/omlx42_errata
|
||||||
|
|
||||||
|
## Development releases (Alpha, Beta, RC)
|
||||||
|
|
||||||
|
### subpages
|
||||||
|
Path pattern:
|
||||||
|
`/releases/omlxNN/omlxNN_alpha`
|
||||||
|
`/releases/omlxNN/omlxNN_beta`
|
||||||
|
`/releases/omlxNN/omlxNN_rc`
|
||||||
|
|
||||||
|
`/releases/omlxNN/omlxNN_alpha_notes`
|
||||||
|
`/releases/omlxNN/omlxNN_beta_notes`
|
||||||
|
`/releases/omlxNN/omlxNN_rc_notes`
|
||||||
|
|
||||||
|
`/releases/omlxNN/omlxNN_alpha_errata`
|
||||||
|
`/releases/omlxNN/omlxNN_beta_errata`
|
||||||
|
`/releases/omlxNN/omlxNN_rc_errata`
|
||||||
|
|
||||||
|
example: /releases/omlx42/omlx42_alpha
|
||||||
|
example: /releases/omlx42/omlx42_beta
|
||||||
|
example: /releases/omlx42/omlx42_rc
|
||||||
|
|
||||||
|
example: /releases/omlx42/omlx42_alpha_notes
|
||||||
|
example: /releases/omlx42/omlx42_beta_notes
|
||||||
|
example: /releases/omlx42/omlx42_rc_notes
|
||||||
|
|
||||||
|
example: /releases/omlx42/omlx42_alpha_errata
|
||||||
|
example: /releases/omlx42/omlx42_beta_errata
|
||||||
|
example: /releases/omlx42/omlx42_rc_errata
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
Pages path while creating pages must be lowercase.
|
||||||
|
No punctuation allowed except dashes/hyphens and/or underscores.
|
||||||
|
|
Loading…
Reference in New Issue