@@ -4,8 +4,6 @@ PurlDB Documentation
44PurlDB provides tools to create and update a database of package metadata keyed by
55PURL (Package URL) and an API for the PURL data. PurlDB is an `AboutCode project <https://aboutcode.org >`_.
66
7- Details of the Package URL specification are available `here <https://github.com/package-url >`_.
8-
97PurlDB offers:
108
119- An active, continuously updated reference for FOSS packages origin, information and licensing,
@@ -15,6 +13,10 @@ PurlDB offers:
1513- Additional utilities to help assess the quality and integrity of software packages as used in the
1614 software supply chain.
1715
16+ Details of the Package URL specification are available `here <https://github.com/package-url >`_.
17+
18+ PURL is the `official ECMA-427 standard <https://tc54.org/purl/ >`_.
19+
1820
1921Documentation overview
2022~~~~~~~~~~~~~~~~~~~~~~
@@ -26,32 +28,40 @@ to help you know where to look for certain things.
2628
2729.. rst-class :: column column2 top-left
2830
29-
3031Getting started
3132~~~~~~~~~~~~~~~~~~~~~~
3233
3334Start here if you are new to PurlDB.
3435
35- - :doc: `getting-started/index `
36+ - :doc: `getting-started/introduction `
37+ - :doc: `getting-started/install `
38+ - :doc: `getting-started/install-with-scio `
39+ - :doc: `getting-started/tasks `
40+ - :doc: `getting-started/usage `
3641
3742.. rst-class :: column column2 top-right
3843
39-
40- How-To
44+ Tutorials
4145~~~~~~~~~~~~~~~~~~~~~~
4246
4347Learn via practical step-by-step guides.
4448
4549- :doc: `how-to-guides/index `
50+ - :doc: `how-to-guides/installation `
51+ - :doc: `how-to-guides/matchcode `
52+ - :doc: `how-to-guides/deploy_to_devel `
53+ - :doc: `how-to-guides/purl_watch_how_to `
54+ - :doc: `how-to-guides/symbols_and_strings `
4655
4756.. rst-class :: column column2 bottom-left
4857
49- Reference Docs
50- ~~~~~~~~~~~~~~~~~~
58+ Code Matching Reference
59+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5160
52- Reference documentation for PurlDB features and customizations.
61+ Reference documentation for MatchCode features and customizations.
5362
5463- :doc: `matchcode/index `
64+ - :doc: `matchcode/matchcode-pipeline `
5565
5666.. rst-class :: column column2 bottom-right
5767
@@ -60,7 +70,9 @@ Explanations
6070
6171Consult the reference to understand PurlDB concepts.
6272
63- - :doc: `purldb/index `
73+ - :doc: `purldb/purl_watch `
74+ - :doc: `purldb/rest_api `
75+ - :doc: `purldb/symbol_and_string_collection `
6476
6577.. rst-class :: row clearfix
6678
@@ -86,3 +98,13 @@ Indices and tables
8698 :maxdepth: 2
8799 :hidden:
88100
101+ getting-started/index
102+ matchcode/index
103+ how-to-guides/index
104+ purldb/index
105+ contributing
106+ changelog
107+ license
108+ testing
109+
110+
0 commit comments