Represents a documentation page. A page can contain subpages to represent nested documentation set structure.
Value parameters
- content
-
The Markdown content of the page. You can use <code>(== include {path} ==)</code> to include content from a Markdown file. The content can be used to produce the documentation page such as HTML format page.
- name
-
The name of the page. It will be used as an identity of the page to generate URI of the page, text of the link to this page in navigation, etc. The full page name (start from the root page name to this page concatenated with
.
) can be used as reference to the page in your documentation. For example: <pre><code>pages:- name: Tutorial content: (== include tutorial.md ==) subpages:
- name: Java content: (== include tutorial_java.md ==) </code></pre> You can reference
Java
page using Markdown reference link syntax:[Java][Tutorial.Java]
.
- name: Java content: (== include tutorial_java.md ==) </code></pre> You can reference
- name: Tutorial content: (== include tutorial.md ==) subpages:
- subpages
-
Subpages of this page. The order of subpages specified here will be honored in the generated docset.
Attributes
- Companion
- object
- Source
- Page.scala
- Graph
-
- Supertypes
-
trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- Page.scala
Attributes
- Source
- Page.scala
Attributes
- Source
- Page.scala
Attributes
- Source
- Page.scala
Attributes
- Source
- Page.scala
Attributes
- Source
- Page.scala
Attributes
- Source
- Page.scala
Attributes
- Definition Classes
- Source
- Page.scala
Returns a human-readable ASCII format representation of this message.
Returns a human-readable ASCII format representation of this message.
The original message can be decoded from this format by using fromAscii on the companion object.
Attributes
- Returns
-
human-readable representation of this message.
- Source
- Page.scala
Attributes
- Source
- Page.scala
Attributes
- Source
- Page.scala
Attributes
- Source
- Page.scala
Attributes
- Source
- Page.scala
Serializes the message into the given coded output stream
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Serializes the message and returns a byte array containing its raw bytes
Serializes the message and returns a byte array containing its raw bytes
Attributes
- Inherited from:
- GeneratedMessage
- Source
- GeneratedMessageCompanion.scala
Serializes the message and returns a ByteString containing its raw bytes
Serializes the message and returns a ByteString containing its raw bytes
Attributes
- Inherited from:
- GeneratedMessage
- Source
- GeneratedMessageCompanion.scala
Attributes
- Inherited from:
- GeneratedMessage
- Source
- GeneratedMessageCompanion.scala
Attributes
- Inherited from:
- Updatable
- Source
- Lenses.scala
Attributes
- Inherited from:
- GeneratedMessage
- Source
- GeneratedMessageCompanion.scala
Serializes the message into the given output stream
Serializes the message into the given output stream
Attributes
- Inherited from:
- GeneratedMessage
- Source
- GeneratedMessageCompanion.scala