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.
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].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["Version 2.10.0 of the `Page` class is a part of the `Google.Api.CommonProtos` library, representing a documentation page within a nested documentation structure."],["The `Page` class, which inherits from `object`, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `Page` class include `Content`, representing the page's Markdown content, `Name`, serving as the page's identifier and URI component, and `Subpages`, which allows for defining nested pages."],["The `Page` class has constructors to create new instances, including a default constructor and a constructor that copies data from another `Page` object."],["The class exposes methods such as `Clone`, `Equals`, `GetHashCode`, `MergeFrom`, and `WriteTo` to manipulate and manage instances of the class."]]],[]]