Module: Gitlab::WikiPages

Defined in:
lib/gitlab/wiki_pages.rb,
lib/gitlab/wiki_pages/front_matter_parser.rb

Defined Under Namespace

Classes: FrontMatterParser

Constant Summary collapse

MAX_TITLE_BYTES =

To avoid this situation, we enforce these limits when editing pages through the GitLab web interface and API:

245
MAX_DIRECTORY_BYTES =

reserving 10 bytes for the file extension

255
MAX_SIDEBAR_PAGES =

Limit the number of pages displayed in the wiki sidebar.

15