2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 01:49:48 +00:00

34 Commits

Author SHA1 Message Date
Andrei Pavel
60222843a6
[#3732] Address review 2025-04-23 23:15:59 +03:00
Andrei Pavel
435d56b645
[#3732] Switch docs from Autotools to Meson 2025-04-23 22:29:34 +03:00
Andrei Pavel
210d2ab2ac
[#3812] Update doc/sphinx/conf.py for Meson 2025-04-17 14:37:22 +03:00
Suzanne Goldlust
f835477662 [#3808] Update ARM for new hooks licensing 2025-03-21 14:19:42 +00:00
Francis Dupont
c783319f6c [#3609] Finished CA 2024-11-22 09:55:31 +01:00
Wlodzimierz Wencel
d2ca687d78 [#3379] added instructions about new kea repositories 2024-05-24 08:13:35 +00:00
Suzanne Goldlust
7730a1d60d Resolve "Editorial review of the ARM prior to 2.6 release" 2024-05-16 20:09:54 +00:00
Andrei Pavel
edabef7303
[#2969] replace sphinx tabs with list-table 2023-11-06 12:10:51 +02:00
Andrei Pavel
4c6e255728
[#2969] add docker quick start guide 2023-10-26 16:34:22 +03:00
Andrei Pavel
2b553cd929
[#2969] revised the quickstart page
- added link to the cloudsmith tarball page
- added |cloudsmith_repo| substitution
- added sphinx-tabs extension
- changed yum to dnf because with the deprecation of CentOS 7, all
  remaining supported rpm distributions have dnf by default.
- changed `/path/to/your/kea6/config/file.json` to the configuration
  file installed by default `/etc/kea/kea-dhcp6.conf` for easier startup
- regenerated doc/sphinx/src/requirements.txt mainly to include
  sphinx-tabs
- added sphinx-tabs to hammer.py
2023-10-26 16:34:22 +03:00
Andrei Pavel
f936be3222
[#2554] add 'iscman' references
The commands used were:
- find doc/sphinx/man -name '*.rst' | xargs grep -F '.. iscman' | cut -d ' ' -f 3 > /tmp/binaries
- for i in $(cat /tmp/binaries); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/\`\`${i}\`\`/:iscman:\`${i}\`/g"; done

Manual adjustment was required in a few places to:
- extend title lines
- realign table lines
2023-06-14 20:26:11 +03:00
Andrei Pavel
ab23887672
[#2804] make text edits consistent across the ARM 2023-04-19 17:58:06 +03:00
Suzanne Goldlust
4a44ce74b8 [#2804] Text edits 2023-04-19 17:57:59 +03:00
Dan Theisen
adeca1c68c [#2220] Fix syntax and add a note 2022-10-17 13:04:08 -07:00
Dan Theisen
c7dd4d87b7 [#2220] Fix up sphinx errors 2022-10-17 06:14:09 -07:00
Dan Theisen
94ed6fc5ed [#2220] Add more distro instructions to quickstart 2022-10-17 06:14:09 -07:00
Dan Theisen
6066d0c247 [#2220] Add ChangeLog entry and documentation 2022-10-17 06:14:09 -07:00
Andrei Pavel
51d5195263
[#2142] Remove references to outdated Kea versions 2021-12-15 18:16:09 +02:00
Andrei Pavel
0494deb624
[#2142] Remove references to outdated Kea versions 2021-12-14 21:14:41 +02:00
Suzanne Goldlust
195af879da [#2237] Change "run-time" to "runtime" for consistency 2021-12-13 18:54:45 +00:00
Suzanne Goldlust
7501a13a5c [#2073] Text edits 2021-09-24 11:15:23 -04:00
peterd
ca8c833d31 [#1917] Changes up to and including Chapter 8 2021-06-17 13:09:05 +00:00
Andrei Pavel
279dcd3225
[#1554] tidy up documentation 2020-11-23 13:40:41 +02:00
peterd
537324f38a First of a series of updates to documentation files 2020-11-20 12:04:41 +01:00
Suzanne Goldlust
76b25d1836 Fix typos, and other text corrections
Mostly minor text fixups, with a few edits for clarity
2020-11-20 11:32:22 +01:00
Tomek Mrugalski
922670950a [#1191] Added dnf to rpm/yum list 2020-04-24 13:14:17 +02:00
Tomek Mrugalski
607c1a8dc4 [#1191] Added references to Stork 2020-04-24 12:24:56 +02:00
Tomek Mrugalski
41bae87ce0 [#1191] Updated wording 2020-04-24 12:24:21 +02:00
Wlodzimierz Wencel
a4f72a5843 Apply suggestion to doc/sphinx/arm/quickstart.rst 2020-03-20 17:12:50 +00:00
Wlodzimierz Wencel
7af6d162c6 Apply suggestion to doc/sphinx/arm/quickstart.rst 2020-03-20 17:12:50 +00:00
Wlodek Wencel
2e3f5cf636 [#1138] added packages info to docs 2020-03-20 17:12:50 +00:00
Michal Nowikowski
b734e531a6 fixed release substitution, fixed some tables layout 2019-07-30 10:45:13 +02:00
Tomek Mrugalski
31012b882f [#644,!370] Manual apply of 80bc902549ccda74838525873e4dbe38b1b2e09f 2019-07-30 10:45:13 +02:00
Michal Nowikowski
01fb9fd370 rearranges docs and build script
Two reasons:
- sphinx requires to have all sources in its source directory
  so man pages have to be moved
- layout of subfolders in doc folder was not consistent
2019-07-30 10:45:13 +02:00