80 lines
1.9 KiB
Markdown
80 lines
1.9 KiB
Markdown
# Hub Page — Template
|
|
|
|
Use for top-level overview / landing pages under a space home.
|
|
|
|
## Sections
|
|
|
|
- Overview (one paragraph, last sentence ties to the next section)
|
|
- Latest release (table or list, with link to the release page)
|
|
- Useful Links (table: Name, Link)
|
|
- Documentation (table: Document, Link)
|
|
- Teams & Contacts (bullet list with links to team pages)
|
|
- Related (links to sister pages)
|
|
|
|
## Anti-patterns
|
|
|
|
- Don't duplicate release notes here — link to the release page.
|
|
- Don't paste the full architecture diagram — link to it.
|
|
- Don't list every related page — only the ones a reader of this hub will need.
|
|
|
|
## Storage template
|
|
|
|
```xml
|
|
<h1>{Page Title}</h1>
|
|
<p>{One-paragraph overview. Last sentence points to "Useful Links" below.}</p>
|
|
|
|
<h2>Latest release</h2>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<th>Release</th>
|
|
<th>Scope</th>
|
|
<th>Delivery</th>
|
|
</tr>
|
|
<tr>
|
|
<td><ac:link><ri:page ri:content-title="NDO Release 2026.2"/></ac:link></td>
|
|
<td><ac:link><ri:page ri:content-title="2026.2 Release Scope"/></ac:link></td>
|
|
<td>23 June 2026</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<h2>Useful Links</h2>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Link</th>
|
|
</tr>
|
|
<tr>
|
|
<td>JIRA project</td>
|
|
<td><a href="https://psup.netcracker.com/projects/UNM">UNM</a></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<h2>Documentation</h2>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<th>Document</th>
|
|
<th>Link</th>
|
|
</tr>
|
|
<tr>
|
|
<td>Admin Guide</td>
|
|
<td><a href="https://doc.netcracker.com/display/NetworkDomainOrchestrator/...">Admin Guide</a></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<h2>Teams & Contacts</h2>
|
|
<ul>
|
|
<li><ac:link><ri:page ri:content-title="NDO Teams"/></ac:link></li>
|
|
</ul>
|
|
```
|
|
|
|
## Cross-references
|
|
|
|
- Storage macros: `confluence-page/references/macros.md`
|
|
- NDO Hub mirror (real example): `~/Netcracker/Projects/NDO/knowledge/confluence/AVP/network-domain-orchestrator-ndo.md`
|