Dockerizing and Deploying Your App to Docker Hub

First tabs

To add tabs, use the following syntax:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% tabs group-name %}

{% tab group-name tab-name-1 %}

Content 1

{% endtab %}

{% tab group-name tab-name-2 %}

Content 2

{% endtab %}

{% endtabs %}

With this you can generate visualizations like:

  • 1
    
    var_dump('hello');
    
  • 1
    
    console.log("hello");
    
  • 1
    
    pputs 'hello'
    

Another example

  • 1
    2
    3
    
    hello:
      - "whatsup"
      - "hi"
    
  • 1
    2
    3
    
    {
      "hello": ["whatsup", "hi"]
    }
    

Tabs for something else

  • Regular text

  • A quote

  • Hipster list

    • brunch
    • fixie
    • raybans
    • messenger bag



Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • How to Download and Boost Audio in Youtube Vidoes (Guide)
  • Testing Pull Requests Locally with Git Worktrees
  • Honeypots, A Lightweight Bot Defense Strategy
  • How to set up live reloading Golang
  • Running LLMs Locally with Open Web UI and Ollama