/backstage-docs-test

Testing Backstage docs

Primary LanguageHTML

Testing docs!

Testing if docs works.

ReactDOM.render(
  <h1>Hello, world!</h1>,
  document.getElementById('root')
);

Link to another docs page

Test

Mermaid section

Here is a mermaid graph!

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;