From 140211e8c2aa68ed7702a9cc09381f10e4c19fd0 Mon Sep 17 00:00:00 2001 From: Alex Osborne Date: Mon, 13 Dec 2021 14:20:33 +0900 Subject: [PATCH] Link to the structured documentation in the README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27289a77..7d1b1cb3 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,13 @@ load your crawl will place on seed sites and set politeness policies accordingly The newer wildcard extension to robots.txt is [not yet](https://github.com/internetarchive/heritrix3/issues/250) supported. -## Getting Started +## Documentation -- [User Manual](https://github.com/internetarchive/heritrix3/wiki) +- [Getting Started](https://heritrix.readthedocs.io/en/latest/getting-started.html) +- [Operating Heritrix](https://heritrix.readthedocs.io/en/latest/operating.html) +- [Configuring Crawl Jobs](https://heritrix.readthedocs.io/en/latest/configuring-jobs.html) +- [Bean Reference](https://heritrix.readthedocs.io/en/latest/bean-reference.html) +- [Wiki](https://github.com/internetarchive/heritrix3/wiki) ## Developer Documentation