diff --git a/.gitignore b/.gitignore index 41cfc2549..a89f677c1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /local/* /logs/* /template/en/custom +/docs/doctrees /docs/en/rst/extensions/* /docs/en/rst/api/extensions/* /docs/en/html diff --git a/contribute.json b/contribute.json index dd0f8698f..294c424b9 100644 --- a/contribute.json +++ b/contribute.json @@ -1,13 +1,13 @@ { - "name": "bugzilla.mozilla.org (BMO)", - "description": "Bugzilla based bug tracking system used by various Mozilla projects.", + "name": "Bugzilla Harmony", + "description": "The software solution designed to drive software development, which lets you plan, organize and release software on your own teams' schedule.", "repository": { - "url": "https://github.com/mozilla-bteam/bmo", + "url": "https://github.com/bugzilla/harmony", "license": "MPL2", "type": "git", - "clone": "https://github.com/mozilla-bteam/bmo.git", - "tests": "https://treeherder.mozilla.org/#/jobs?repo=bmo-master" - }, + "clone": "https://github.com/bugzilla/harmony.git", + "tests": "https://github.com/bugzilla/harmony/actions" + }, "keywords": [ "CSS", "HTML", @@ -17,17 +17,12 @@ "jQuery" ], "participate": { - "home": "https://wiki.mozilla.org/BMO", - "docs": "https://bmo.readthedocs.io" + "home": "https://bugzilla.org", + "docs": "https://bugzilla.readthedocs.io" }, "bugs": { - "list": "https://bugzilla.mozilla.org/buglist.cgi?bug_status=NEW&product=bugzilla.mozilla.org", - "report": "https://bugzilla.mozilla.org/enter_bug.cgi?product=bugzilla.mozilla.org", - "mentored": "https://bugzilla.mozilla.org/buglist.cgi?f1=bug_mentor&o1=isnotempty&bug_status=NEW&product=bugzilla.mozilla.org" - }, - "urls": { - "prod": "https://bugzilla.mozilla.org", - "stage": "https://bugzilla.allizom.org", - "dev": "https://bugzilla-dev.allizom.org" + "list": "https://bugzilla.mozilla.org/buglist.cgi?bug_status=NEW&product=Bugzilla", + "report": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla", + "mentored": "https://bugzilla.mozilla.org/buglist.cgi?f1=bug_mentor&o1=isnotempty&bug_status=NEW&product=Bugzilla" } } diff --git a/docs/en/rst/conf.py b/docs/en/rst/conf.py index 075f13ace..1432bce30 100644 --- a/docs/en/rst/conf.py +++ b/docs/en/rst/conf.py @@ -120,8 +120,8 @@ ---------- -This documentation undoubtedly has bugs; if you find some, please file -them `here `_. +To report bugs in and suggest updates for this documentation, please file +them `on our bug tracker `_. """ # -- Options for HTML output ---------------------------------------------------