docs: update doc/releases-new-pages
This commit is contained in:
parent
34a7475f99
commit
17e41f357c
|
@ -2,7 +2,7 @@
|
|||
title: Releases pages creation documentation
|
||||
description:
|
||||
published: true
|
||||
date: 2020-03-07T19:17:43.570Z
|
||||
date: 2020-03-07T20:50:56.864Z
|
||||
tags: documentation, wiki
|
||||
---
|
||||
|
||||
|
@ -21,49 +21,49 @@ example: /releases/omlx42
|
|||
### subpages
|
||||
#### 'What's New?'
|
||||
Path pattern:
|
||||
`/releases/omlxNN/omlxNN_new`
|
||||
example: /releases/omlx42/omlx42_new
|
||||
`/releases/omlxNN/new`
|
||||
example: /releases/omlx42/new
|
||||
|
||||
#### 'Notes'
|
||||
Path pattern:
|
||||
`/releases/omlxNN/omlxNN_notes`
|
||||
example: /releases/omlx42/omlx42_notes
|
||||
`/releases/omlxNN/notes`
|
||||
example: /releases/omlx42/notes
|
||||
|
||||
#### 'Errata'
|
||||
Path pattern:
|
||||
`/releases/omlxNN/omlxNN_errata`
|
||||
example: /releases/omlx42/omlx42_errata
|
||||
`/releases/omlxNN/errata`
|
||||
example: /releases/omlx42/errata
|
||||
|
||||
## Development releases (Alpha, Beta, RC)
|
||||
|
||||
### subpages
|
||||
Path pattern:
|
||||
`/releases/omlxNN/omlxNN_alpha`
|
||||
`/releases/omlxNN/omlxNN_beta`
|
||||
`/releases/omlxNN/omlxNN_rc`
|
||||
`/releases/omlxNN/alpha`
|
||||
`/releases/omlxNN/beta`
|
||||
`/releases/omlxNN/rc`
|
||||
|
||||
`/releases/omlxNN/omlxNN_alpha_notes`
|
||||
`/releases/omlxNN/omlxNN_beta_notes`
|
||||
`/releases/omlxNN/omlxNN_rc_notes`
|
||||
`/releases/omlxNN/alpha/notes`
|
||||
`/releases/omlxNN/beta/notes`
|
||||
`/releases/omlxNN/rc/notes`
|
||||
|
||||
`/releases/omlxNN/omlxNN_alpha_errata`
|
||||
`/releases/omlxNN/omlxNN_beta_errata`
|
||||
`/releases/omlxNN/omlxNN_rc_errata`
|
||||
`/releases/omlxNN/alpha/errata`
|
||||
`/releases/omlxNN/beta/errata`
|
||||
`/releases/omlxNN/rc/errata`
|
||||
|
||||
example: /releases/omlx42/omlx42_alpha
|
||||
example: /releases/omlx42/omlx42_beta
|
||||
example: /releases/omlx42/omlx42_rc
|
||||
example: /releases/omlx42/alpha
|
||||
example: /releases/omlx42/beta
|
||||
example: /releases/omlx42/rc
|
||||
|
||||
example: /releases/omlx42/omlx42_alpha_notes
|
||||
example: /releases/omlx42/omlx42_beta_notes
|
||||
example: /releases/omlx42/omlx42_rc_notes
|
||||
example: /releases/omlx42/alpha/notes
|
||||
example: /releases/omlx42/beta/notes
|
||||
example: /releases/omlx42/rc/notes
|
||||
|
||||
example: /releases/omlx42/omlx42_alpha_errata
|
||||
example: /releases/omlx42/omlx42_beta_errata
|
||||
example: /releases/omlx42/omlx42_rc_errata
|
||||
example: /releases/omlx42/alpha/errata
|
||||
example: /releases/omlx42/beta/errata
|
||||
example: /releases/omlx42/rc/errata
|
||||
|
||||
## Addendum - Paths
|
||||
Paths must be lowercase.
|
||||
Paths must be lowercase. Use dashed to separate the words.
|
||||
No punctuation allowed except dashes/hyphens and/or underscores.
|
||||
|
||||
Paths cannot contain the following characters:
|
||||
|
@ -73,11 +73,3 @@ Paths cannot contain the following characters:
|
|||
|
||||
As we often have to write release version number (4.0, 4.1, 4.2, etc.), while creating new pages just convert it into `40`, `41`, `42`, etc. by omitting the dot in the path.
|
||||
|
||||
Use dashed to separate the words.
|
||||
Use underscores to separate the relative subpages. Example:
|
||||
`/releases/omlx42/omlx42_alpha`
|
||||
`/releases/omlx42/omlx42_beta_notes`
|
||||
`/releases/omlx42/omlx42_rc_errata`
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue