summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2021-05-14 20:41:43 +0200
committerSam Thursfield <sam@afuera.me.uk>2021-05-14 20:41:43 +0200
commit25fa185fbcde4e9b4417096edffe2ce4ff854052 (patch)
treeae526c798c6cdcf1c515487a5bfa498155b53bf5
parent5d5893b3942a1a2b30b036203c3d26b908595ab3 (diff)
downloadtracker-sam/website-docs.tar.gz
website: Update docs pagesam/website-docs
Remove Tracker 2.x info.
-rw-r--r--docs/website/docs/developer.md40
1 files changed, 12 insertions, 28 deletions
diff --git a/docs/website/docs/developer.md b/docs/website/docs/developer.md
index b685541ad..1b8b06ba2 100644
--- a/docs/website/docs/developer.md
+++ b/docs/website/docs/developer.md
@@ -1,35 +1,19 @@
# Developer Documentation
-
-Application and platform developers using Tracker will interact with Tracker
-using one or more of the shared libraries it provides:
-
- * [libtracker-sparql](https://developer.gnome.org/libtracker-sparql/stable/) is
- used to read and write data from the Tracker store using SPARQL.
- * [libtracker-control](https://developer.gnome.org/libtracker-control/stable/),
- is used to manage Tracker daemons.
- * [libtracker-miner](https://developer.gnome.org/libtracker-miner/stable/) can
- be used if you want to implement a new data provider while reusing existing
- Tracker code.
-
-WARNING: The documention linked above is for out of date verions of Tracker 2.x.
-This is due to an [infrastructure
-issue](https://gitlab.gnome.org/Infrastructure/library-web/issues/50). See also
-[this bug](https://gitlab.gnome.org/GNOME/tracker/-/issues/100).
-
-The following documentation may be useful:
-
- * [Tracker ontology documentation](https://developer.gnome.org/ontology/stable/).
- * [Tracker documentation on wiki.gnome.org](https://wiki.gnome.org/Projects/Tracker).
-For working on Tracker itself, read the [HACKING.md
-file](https://gitlab.gnome.org/GNOME/tracker/-/blob/master/HACKING.md).
+All access to Tracker is done with one library. Documentation is found here:
-## Preview Documentation
+ * [libtracker-sparql](../api-preview/libtracker-sparql-3/)
-We provide an online version of the documentation for the latest in-development version
-of Tracker. You can browse it here:
+The standard data ontologies are documented here:
- * [libtracker-sparql](../api-preview/libtracker-sparql-3/)
* [ontology](../api-preview/ontology-3/)
-Be aware that some libraries from Tracker 2.0 will not be available for Tracker 3.0.
+!!! note
+ The documentation at developer.gnome.org is [out of date](https://gitlab.gnome.org/GNOME/tracker/-/issues/100)
+
+The following documentation may also be useful:
+
+ * [Tracker documentation on wiki.gnome.org](https://wiki.gnome.org/Projects/Tracker).
+
+For working on Tracker itself, read the [HACKING.md
+file](https://gitlab.gnome.org/GNOME/tracker/-/blob/master/HACKING.md).