Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Update the docs (mechanical change).
Also run: go generate (no changes, good!)
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
|
|
Generate manual pages; no other changes.
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
add the acl manual page; mechanical change otherwise.
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
Add the new plugins ones: clouddns and sign. Remove federation from it.
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
Wanted this *before* 1.6.1 but I forgot; ah well...
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
* fix the notes and set release date to today
* run a 'make -f Makefile.doc' to generate the manal pages.
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
Run through the motions; create manual pages. Run go generate for good
measure. Fix typo in Makefile.release while at it.
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
mechanical change: create the manual pages.
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
* Fix spelling in coredns.1 and corefile.7 md files
* Run make -f Makefile.doc
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
each readme starts with the plugin's name as a header, this needs to be
chopped off to provide a good manual page.
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
Mmark recently became able to create manual pages. This removed the
dependency on 'ronn' and just uses mmark (Go program).
Re-hookup Makefile.doc to generate the correct header mmark needs to
see and regenate them all.
Spot checking a few pages suggest they look good and actually better
than rendered with ronn, esp. lists in lists.
Fixes #2757
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
A 'make -f Makefile.doc clean all'.
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
Mechanical change: make -f Makefile.doc
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
Almost 100% mechanical change, except the fact that import/import.md
is moved to import/README.md
No content changes.
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
update the manpages by running make -f Makefile.doc
No other changes.
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
No other changes.
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
Add that we support https and do a regen.
Signed-off-by: Miek Gieben <miek@miek.nl>
|
|
|
|
Slight tweak in the forward readme, as sublist don't work well to
generate these.
|
|
Mechanical change; ran the above command.
|
|
make -f Makefile.doc
|
|
|
|
* Add manual pages
Generate manual pages from the README and extend README with Name and
Description sections.
The generation requires 'ronn' which may not be available. Just check in
all generated manual pages.
|