2020-03-07 18:55:43 +00:00
|
|
|
---
|
|
|
|
title: Releases pages creation documentation
|
|
|
|
description:
|
|
|
|
published: true
|
2020-03-07 18:56:35 +00:00
|
|
|
date: 2020-03-07T18:56:33.873Z
|
2020-03-07 18:55:43 +00:00
|
|
|
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
|
|
|
|
|
2020-03-07 18:56:35 +00:00
|
|
|
## Addendum
|
2020-03-07 18:55:43 +00:00
|
|
|
Pages path while creating pages must be lowercase.
|
|
|
|
No punctuation allowed except dashes/hyphens and/or underscores.
|
|
|
|
|