Back to Yugabyte Db

Contribute - page with elements

docs/content/stable/contribute/docs/all-page-elements.md

2026.1.0.0-b1097.7 KB
Original Source

This page demonstrates styles and widgets used for the YugabyteDB Documentation site. To view the source for the file, click Contribute and choose Edit this page.

Tab widgets

<ul class="nav nav-tabs-alt nav-tabs-yb"> <li class="active"> <a href="../all-page-elements/" class="nav-link">
  Top-level Tab Widget
</a>
</li> <li> <a href="../all-page-elements/" class="nav-link">
  Tab 2
</a>
</li> </ul>

This is a top-level tab widget, that uses different files for each tab. Everything that follows is in this tab's file. If you change tabs, you get a whole new page.

Second tab widget style

<ul class="nav nav-tabs-alt nav-tabs-yb"> <li class="active"> <a href="../all-page-elements/" class="nav-link"> <i class="fa-brands fa-apple" aria-hidden="true"></i> macOS </a> </li> <li> <a href="../all-page-elements/" class="nav-link"> <i class="fa-brands fa-linux" aria-hidden="true"></i> Linux </a> </li> <li> <a href="../all-page-elements/" class="nav-link"> <i class="fa-brands fa-docker" aria-hidden="true"></i> Docker </a> </li> <li> <a href="../all-page-elements/" class="nav-link"> <i class="fa-regular fa-dharmachakra" aria-hidden="true"></i> Kubernetes </a> </li> </ul>

This is a second-level tab widget, that uses different files for each tab - same as the one above, just styled differently.

Everything that follows is in this tab's file. If you change tabs, you get a whole new page.

In-page tab widget

This tab widget doesn't use separate files to fill in the content and then link between. Here the content is placed inside the tabpane shortcode.

{{< tabpane text=true >}}

{{% tab header="Tab" lang="java" %}}

Another tab style; here all the tab contents are in-page.

Headings inside this widget don't show up in RightNav

To build and run the application, do the following:

  1. Clone the sample application to your computer:

    sh
    git clone https://github.com/YugabyteDB-Samples/yugabyte-simple-java-app.git && cd yugabyte-simple-java-app
    
  2. Provide connection parameters.

    The application needs to establish a connection to the YugabyteDB cluster. To do this:

    • Set the following connection parameters:

      • host - the host name of your YugabyteDB cluster. To obtain a YugabyteDB Aeon cluster host name, sign in to YugabyteDB Aeon, select your cluster on the Clusters page, and click Settings. The host is displayed under Connection Parameters.
      • port - the port number that will be used by the JDBC driver (the default YugabyteDB YSQL port is 5433).
    • Save the file.

The end of this tab.

{{% /tab %}}

{{% tab header="Another tab" lang="go" %}}

The contents of the next tab. You can keep adding tabs in similar fashion.

Headings inside this widget don't show up in RightNav

To build and run the application, do the following:

  1. Clone the sample application to your computer:

    sh
    git clone https://github.com/YugabyteDB-Samples/yugabyte-simple-go-app.git && cd yugabyte-simple-go-app
    
  2. Provide connection parameters.

{{% /tab %}}

{{< /tabpane >}}

Pills

These pills automatically re-flow based on page width; just keep adding list items. Use these pills for landing pages or as an alternative to tabs.

<ul class="nav yb-pills"> <li> <a href="/stable/develop/tutorials/build-apps/java/cloud-ysql-yb-jdbc/" class="orange"> <i class="fa-brands fa-java"></i> Java </a> </li> <li> <a href="/stable/develop/tutorials/build-apps/go/cloud-ysql-go/" class="orange"> <i class="fa-brands fa-golang"></i> Go </a> </li> <li> <a href="/stable/develop/tutorials/build-apps/python/cloud-ysql-python/" class="orange"> <i class="fa-brands fa-python"></i> Python </a> </li> <li> <a href="/stable/develop/tutorials/build-apps/nodejs/cloud-ysql-node/" class="orange"> <i class="fa-brands fa-node-js"></i> Node.js </a> </li> </ul>

Table

The following is a basic markdown table.

TableA column
A rowAnother column in a table. Maybe to describe stuff. Might have bulleted lists etc, but that all has to be done using HTML.
Another rowAnother row in a table.
Another rowAnother column in a table.

Notes and blockquote

An ordinary paragraph.

Blockquote

Blockquote text

Some more blockquote text.

{{< note title="Note" >}}

This is an actual Note. Pay special attention to this thing, maybe.

{{< /note >}}

{{< tip title="Tip" >}}

This is an actual Tip. Maybe there's a cool alternative to what you are doing.

{{< /tip >}}

{{< warning title="Warning" >}}

This is an actual Warning. Whatever you are doing may threaten your data if you do it wrong.

{{< /warning >}}

Images and video

What follows is an image:

What follows is an embedded YouTube video:

{{< youtube id="qYMcNzWotkI" title="Deploy a fault tolerant cluster in YugabyteDB Aeon" >}}

Lists

What follows are some numbered steps, some code, text indented under a step:

  1. Numbered list with indented lists.

    1. Second level numbered list indent.

    2. Second level numbered list indent.

      1. Third level numbered list indent.

      2. Third level numbered list indent.

  2. Second list item. Some text in bold. Some text in italics.

  3. Third list item.

    Indented text under a list.

    output
    Some code
    
  4. Fourth list item.

Bulleted lists with levels of indent:

  • Bulleted list with indented lists.

    • Second level Bulleted list indent.

    • Second level Bulleted list indent.

      • Third level Bulleted list indent.

      • Third level Bulleted list indent.

Heading 3

Heading 4

Some bullets:

  • a cluster deployed in YugabyteDB Aeon.
  • the cluster CA certificate; YugabyteDB Aeon uses TLS to secure connections to the database.
  • your computer added to the cluster IP allow list.

Refer to Before you begin.

Glossary entries

Glossary term : Definition. This text is a definition for a glossary term, or any sort of definition list.

Glossary term : Definition. This text is a definition for a glossary term, or any sort of definition list. : Another paragraph in the definition.

Glossary term : Definition. This text is a definition for a glossary term, or any sort of definition list. : Another paragraph in the definition.

Details tag

The details HTML tag is used to create an interactive widget that the user can open and close. By default, the widget is closed. When open, it expands, and displays the contents.

<details> <summary>Long code block</summary>

These contents might be a very long bit of code or somesuch.

</details>

Syntax documentation

sh
ysqlsh [ <option>...] [ <dbname> [ <username> ]]

Horizontal rule

Once in awhile, there is a horizontal rule.


Flags

Flags are documented often using a heading 5.

heading 5

Heading 5 doesn't show up in right navigation. We probably wouldn't want it to, as there can be dozens of these flags on some pages.

Heading 5 is used so that we can deep-link to the flag.

-F, --this-is-a-flag

This is a paragraph.

Include files

{{% readfile "include-file.md" %}}

{{% includeMarkdown "include-markdown.md" %}}

API diagrams

API docs have Grammar/Diagram pairs. They use a special code (ebnf) to display the appropriate grammar and diagrams.

{{%ebnf%}} copy_from, copy_to, copy_option {{%/ebnf%}}