1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Fix GitHub Pages build failure (#1941)

This commit is contained in:
Jed Fox
2023-01-13 12:44:51 -05:00
committed by GitHub
parent 43af16aad2
commit 81f75ed154

View File

@ -229,4 +229,6 @@ Add a new Markdown file to `docs/_functions/domain`. Copy an existing file (`CNA
- `parameters`: A list of parameter names, in order. Feel free to use spaces in the name if necessary. Your last parameter should be `modifiers...` to allow arbitrary modifiers like `TTL` to be applied to your record. - `parameters`: A list of parameter names, in order. Feel free to use spaces in the name if necessary. Your last parameter should be `modifiers...` to allow arbitrary modifiers like `TTL` to be applied to your record.
- `parameter_types`: an object with parameter names as keys and TypeScript type names as values. Check out existing record documentation if youre not sure to put for a parameter. Note that this isnt displayed on the website, its only used to generate the `.d.ts` file. - `parameter_types`: an object with parameter names as keys and TypeScript type names as values. Check out existing record documentation if youre not sure to put for a parameter. Note that this isnt displayed on the website, its only used to generate the `.d.ts` file.
{% raw %}
The rest of the file is the documentation. You can use Markdown syntax to format the text. Use the `{% capture example %}` format to set up a collapsible code block. You can also use it multiple times to show multiple examples. The rest of the file is the documentation. You can use Markdown syntax to format the text. Use the `{% capture example %}` format to set up a collapsible code block. You can also use it multiple times to show multiple examples.
{% endraw %}