Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianfgross committed May 28, 2024
1 parent 21ff9b1 commit f245f38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- more-features-for-html-output

jobs:
build:
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ templates and generate a Markdown or HTML documentation from that data.

For an example output when running `stella` for the
[prometheus](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus)
helm chart, follow
[this](https://github.com/very-doge-wow/stella/blob/main/EXAMPLE/prometheus.md)
link.
helm chart, follow these links:

<!-- markdownlint-disable MD013 -->
* [Advanced HTML (Deployed)](https://very-doge-wow.github.io/stella/)
* [Markdown (Source)](https://github.com/very-doge-wow/stella/blob/main/EXAMPLE/prometheus.md)
* [Simple HTML (Source)](https://github.com/very-doge-wow/stella/blob/main/EXAMPLE/prometheus.html)
<!-- markdownlint-enable MD013 -->

## Usage

Expand Down

0 comments on commit f245f38

Please sign in to comment.