Skip to content

Commit

Permalink
chore(docs): update TOC (test-branch -> development) (#731)
Browse files Browse the repository at this point in the history
Bug: T332715
  • Loading branch information
github-actions[bot] authored Oct 26, 2023
1 parent ebc1f9c commit cf657eb
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 4 deletions.
9 changes: 8 additions & 1 deletion docs/AdminGuide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- param::maxHeaderLevel::2:: -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
<!-- param::maxHeaderLevel::2:: -->
**Table of Contents**

- [Mismatch Finder Administration Guide](#mismatch-finder-administration-guide)
- [Managing Upload Users](#managing-upload-users)
- [Managing Imported Mismatches](#managing-imported-mismatches)
- [Log Track of Users' Review Decisions](#log-track-of-users-review-decisions)
- [Update the expiry date of mismatches](#update-the-expiry-date-of-mismatches)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down
17 changes: 15 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Developer Documentation

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- param::maxHeaderLevel::2:: -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
<!-- param::maxHeaderLevel::2:: -->
**Table of Contents**

- [Quickstart](#quickstart)
- [Day to day](#day-to-day)
- [Working with OAuth](#working-with-oauth)
- [Frontend - Working with CSS and JS](#frontend---working-with-css-and-js)
- [Localization and Internationalization](#localization-and-internationalization)
- [Job Queues](#job-queues)
- [Linting](#linting)
- [Testing](#testing)
- [Staging](#staging)
- [Troubleshooting](#troubleshooting)
- [Chore: Updating dependencies](#chore-updating-dependencies)
- [See also](#see-also)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down
12 changes: 11 additions & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Mismatch Finder User Guide

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- param::maxHeaderLevel::3:: -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
<!-- param::maxHeaderLevel::3:: -->
**Table of Contents**

- [Logging in](#logging-in)
- [Accessing the API](#accessing-the-api)
- [Obtaining an API access token](#obtaining-an-api-access-token)
- [Importing mismatches](#importing-mismatches)
- [Creating a mismatches import file](#creating-a-mismatches-import-file)
- [Getting upload rights](#getting-upload-rights)
- [Uploading an import file](#uploading-an-import-file)
- [Reviewing Mismatches](#reviewing-mismatches)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down

0 comments on commit cf657eb

Please sign in to comment.