Skip to content

Commit 380004b

Browse files
committed
readme, docs: New docs available
1 parent 28a443d commit 380004b

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
[![Patreon](https://img.shields.io/badge/patreon-donate-yellow.svg?style=flat-square)](https://www.patreon.com/purpleidea)
1111
[![Liberapay](https://img.shields.io/badge/liberapay-donate-yellow.svg?style=flat-square)](https://liberapay.com/purpleidea/donate)
1212

13+
> [!TIP]
14+
> [Resource reference guide now available!](https://mgmtconfig.com/docs/resources/)
15+
16+
> [!TIP]
17+
> [Function reference guide now available!](https://mgmtconfig.com/docs/functions/)
18+
1319
## About:
1420

1521
`Mgmt` is a real-time automation tool. It is familiar to existing configuration
@@ -92,6 +98,8 @@ Please read, enjoy and help improve our documentation!
9298
| [quick start guide](docs/quick-start-guide.md) | for everyone |
9399
| [frequently asked questions](docs/faq.md) | for everyone |
94100
| [general documentation](docs/documentation.md) | for everyone |
101+
| [resource reference](https://mgmtconfig.com/docs/resources/) | for everyone |
102+
| [function reference](https://mgmtconfig.com/docs/functions/) | for everyone |
95103
| [language guide](docs/language-guide.md) | for everyone |
96104
| [function guide](docs/function-guide.md) | for mgmt developers |
97105
| [resource guide](docs/resource-guide.md) | for mgmt developers |

docs/on-the-web.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ if we missed something that you think is relevant!
5959
| James Shubin | video | [Recording from CfgMgmtCamp.eu 2023](https://www.youtube.com/watch?v=FeRGRj8w0BU) |
6060
| James Shubin | video | [Recording from FOSDEM 2024, Golang Devroom](https://video.fosdem.org/2024/ud2218a/fosdem-2024-2575-single-binary-full-stack-provisioning.mp4) |
6161
| James Shubin | video | [Recording from CfgMgmtCamp.eu 2024](https://www.youtube.com/watch?v=vBt9lpGD4bc) |
62+
| James Shubin | blog | [Mgmt Configuration Language: Functions](https://purpleidea.com/blog/2024/11/22/functions-in-mgmt/) |

test/test-markdownlint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ STYLE=$($mktemp)
2121
cat << 'EOF' > "$STYLE"
2222
all
2323
exclude_rule 'MD010' # Hard tabs
24+
exclude_rule 'MD028' # Blank line inside blockquote
2425
exclude_rule 'MD032' # Lists should be surrounded by blank lines
2526
exclude_rule 'MD034' # Bare URL used
2627
exclude_rule 'MD040' # Fenced code blocks should have a language specified

0 commit comments

Comments
 (0)