You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,22 @@ Curated documentation for Puppet.
4
4
5
5
## Where is everything?
6
6
7
-
This repo has been split into two distinct branches of documentation, archived and current. The master branch contains only documentation that is presently being generated into HTML and delivered to our Drupal integration. The archive branch contains older versions of documentation that are to be migrated to a new archive site.
7
+
Most of our documentation has been moved out of this repository. This repo contains:
8
+
* Some of our older, unmaintained documentation, which is deprecated and may be removed from this repo without further notice. For archived docs for unmaintained, unsupported versions of Puppet, see the [Puppet docs archive](https://github.com/puppetlabs/docs-archive).
9
+
* Reference documentation generated from code. This reference documentation is then rendered into HTML and included in the Puppet docs website.
8
10
9
-
Starting in Puppet 5.5, and continuing into current releases, we are migrating much of the Puppet documentation into DITA format in a CMS called easyDITA. When we have migrated a Markdown page in the docs to DITA, we delete it from here so that it's clear what page to update when changes come (and so that the old content isn't accidentally published).
11
+
As of Puppet 5.5, Puppet docs were migrated into the DITA XML format and have been maintained in a CMS. We removed each migrated page from this repository, so that the old content wasn't accidentally published.
10
12
11
-
Starting in Facter 3.12, the Facter docs have been migrated to easyDITA (in the Puppet doc set), so updates to 3.12 (and later) should be made there instead of here. The generated core_facts.md file is still in github, but has moved to the puppet/x.y folder instead of facter/x.y.
13
+
As of Facter 3.12, the Facter docs were migrated to DITA and organized as part of the Puppet doc set. Updates to 3.12 (and later) should be made in DITA, not in this repo. The generated `core_facts.md` file is still this repository, but has moved to the `puppet/x.y` folder instead of `facter/x.y`.
12
14
13
-
## Contributions from the Puppet community are still very welcome.
15
+
## Contributions from the Puppet community are welcome
14
16
15
-
- If something in the documentation doesn't seem right, or if you think something important is missing, open a Jira ticket in the DOCUMENT project here: https://tickets.puppetlabs.com/projects/DOCUMENT/ Let us know the URL of the page, and describe the changes you think it needs.
16
-
- Or email docs@puppet.com if you have questions about contributing to the documentation.
17
+
If something in the documentation doesn't seem right, or if you think something important is missing, we want to hear from you! Please send us feedback in any of the following ways:
18
+
* Use the feedback form on the relevant page to send us details of the issue.
19
+
* Open a Jira ticket in the DOCUMENT project here: https://tickets.puppetlabs.com/projects/DOCUMENT/ Let us know the URL of the page, and describe the changes you think it needs.
20
+
* Email `docs@puppet.com` if you have questions about contributing to the documentation.
17
21
18
22
19
23
## Copyright
20
24
21
-
Copyright (c) 2009-2018 Puppet, Inc. See LICENSE for details.
25
+
Copyright (c) 2009-2020 Puppet, Inc. See LICENSE for details.
If you've bookmarked or linked to this page as a source of information about contributing to Puppet documentation, please update it to point to [Contributing](https://docs.puppet.com/contribute.html)
1
+
If you've bookmarked or linked to this page as a source of information about contributing to Puppet documentation, please update it to point to [Contributing](https://puppet.com/docs/puppet/latest/contributing.html)
0 commit comments