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:
@ -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.
|
||||
- `parameter_types`: an object with parameter names as keys and TypeScript type names as values. Check out existing record documentation if you’re not sure to put for a parameter. Note that this isn’t displayed on the website, it’s 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.
|
||||
{% endraw %}
|
||||
|
Reference in New Issue
Block a user