aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelissa <melissa@puppet.com>2018-11-29 14:22:00 -0800
committerGitHub <noreply@github.com>2018-11-29 14:22:00 -0800
commit85f656e9f7e4c8c0c41ee640f7add64d3c7604bc (patch)
tree86578d010a65ec19826f786ce543bb5349a3c6c1
parent125717ec85391fee4964f01eb35f0a1038385b8e (diff)
parenta4fbd1460936ce4f63a0fb911852c7578486591e (diff)
downloadpuppet-cron_core-85f656e9f7e4c8c0c41ee640f7add64d3c7604bc.tar.gz
puppet-cron_core-85f656e9f7e4c8c0c41ee640f7add64d3c7604bc.tar.bz2
Merge pull request #10 from puppetlabs/anchors
Add anchors for l10n
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 792d065..1e87e51 100644
--- a/README.md
+++ b/README.md
@@ -8,13 +8,15 @@
3. [Limitations - OS compatibility, etc.](#limitations)
4. [Development - Guide for contributing to the module](#development)
+<a id="description"></a>
## Description
Install and manage `cron` resources.
+<a id="reference"></a>
## Reference
-Please see [`REFERENCE.md`](REFERENCE.md) for the reference documentation.
+Please see REFERENCE.md for the reference documentation.
This module is documented using Puppet Strings.
@@ -29,10 +31,12 @@ bundle exec puppet strings generate ./lib/**/*.rb
This command will create a browsable \_index.html file in the doc directory. The references available here are all generated from YARD-style comments embedded in the code base. When any development happens on this module, the impacted documentation should also be updated.
+<a id="limitations"></a>
## Limitations
`cron` is not compatible with Windows or Fedora 28.
+<a id="development"></a>
## Development
Puppet Labs modules on the Puppet Forge are open projects, and community contributions are essential for keeping them great. We can't access the huge number of platforms and myriad of hardware, software, and deployment configurations that Puppet is intended to serve.