diff --git a/doc/releases-new-pages.md b/doc/releases-new-pages.md index b9e5ef2..6caeb15 100644 --- a/doc/releases-new-pages.md +++ b/doc/releases-new-pages.md @@ -2,7 +2,7 @@ title: Releases pages creation documentation description: published: true -date: 2020-03-07T18:56:33.873Z +date: 2020-03-07T19:08:19.660Z tags: documentation, wiki --- @@ -63,6 +63,14 @@ example: /releases/omlx42/omlx42_beta_errata example: /releases/omlx42/omlx42_rc_errata ## Addendum -Pages path while creating pages must be lowercase. +Paths must be lowercase. No punctuation allowed except dashes/hyphens and/or underscores. +Paths cannot contain the following characters: +-Space (use dashes instead) +-Period (reserved for file extensions) +-Unsafe URL characters (such as punctuation marks, quotes, math symbols, etc.) + +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. + +