From 0b300e7e12b3f57a89b5de17b81066624f9ff425 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 31 Mar 2023 23:46:49 +0700 Subject: [PATCH] replace all old wiki links to new docs --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 +- .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml | 4 ++-- README.md | 2 +- tubearchivist/home/templates/home/about.html | 2 +- tubearchivist/home/templates/home/search.html | 2 +- tubearchivist/home/templates/home/settings.html | 8 ++++---- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index c325411..c8b8161 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -15,7 +15,7 @@ body: options: - label: I'm running the latest version of Tube Archivist and have read the [release notes](https://github.com/tubearchivist/tubearchivist/releases/latest). required: true - - label: I have read through the [wiki](https://github.com/tubearchivist/tubearchivist/wiki) and the [readme](https://github.com/tubearchivist/tubearchivist#installing-and-updating), particularly the [common errors](https://github.com/tubearchivist/tubearchivist#common-errors) section. + - label: I have read through the [docs](https://docs.tubearchivist.com/) and the [readme](https://github.com/tubearchivist/tubearchivist#installing-and-updating), particularly the [common errors](https://github.com/tubearchivist/tubearchivist#common-errors) section. required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml index b9fbb74..aa10c30 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml @@ -13,9 +13,9 @@ body: attributes: label: Already implemented? options: - - label: I have read through the [wiki](https://github.com/tubearchivist/tubearchivist/wiki). + - label: I have read through the [docs](https://docs.tubearchivist.com/). required: true - - label: I understand the [scope](https://github.com/tubearchivist/tubearchivist/wiki/FAQ) of this project and am aware of the [known limitations](https://github.com/tubearchivist/tubearchivist#known-limitations) and my idea is not already on the [roadmap](https://github.com/tubearchivist/tubearchivist#roadmap). + - label: I understand the [scope](https://docs.tubearchivist.com/faq/) of this project and am aware of the [known limitations](https://github.com/tubearchivist/tubearchivist#known-limitations) and my idea is not already on the [roadmap](https://github.com/tubearchivist/tubearchivist#roadmap). required: true - type: textarea diff --git a/README.md b/README.md index eed8afa..1197510 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ![home screenshot](assets/tube-archivist-screenshot-home.png?raw=true "Tube Archivist Home") ## Table of contents: -* Docs: [Wiki](https://github.com/tubearchivist/tubearchivist/wiki), [FAQ](https://github.com/tubearchivist/tubearchivist/wiki/FAQ) and [API](https://github.com/tubearchivist/tubearchivist/tree/master/tubearchivist/api) +* [Docs](https://docs.tubearchivist.com/) with [FAQ](https://docs.tubearchivist.com/faq/), [API endpoints](https://github.com/tubearchivist/tubearchivist/tree/master/tubearchivist/api) * [Core functionality](#core-functionality) * [Resources](#resources) * [Installing](#installing) diff --git a/tubearchivist/home/templates/home/about.html b/tubearchivist/home/templates/home/about.html index 5cfe927..d3f3183 100644 --- a/tubearchivist/home/templates/home/about.html +++ b/tubearchivist/home/templates/home/about.html @@ -8,7 +8,7 @@

Useful Links

This project is in active and constant development, take a look at the roadmap for a overview.

-

For any questions on what a button or a function does, You can find the up-to-date user documentation on Github.

+

All functionality is documented in our up-to-date user guide.

All contributions are welcome: Open an issue for any bugs and errors, join us on Discord to discuss details. The contributing page is a good place to get started.

diff --git a/tubearchivist/home/templates/home/search.html b/tubearchivist/home/templates/home/search.html index 5bbfe15..0936af4 100644 --- a/tubearchivist/home/templates/home/search.html +++ b/tubearchivist/home/templates/home/search.html @@ -47,7 +47,7 @@

Keywords cheatsheet

-

For detailed usage check wiki.

+

For detailed usage check wiki.

  • simple: (implied) — search in video titles, channel names and playlist titles
  • diff --git a/tubearchivist/home/templates/home/settings.html b/tubearchivist/home/templates/home/settings.html index af0eb66..e239e1b 100644 --- a/tubearchivist/home/templates/home/settings.html +++ b/tubearchivist/home/templates/home/settings.html @@ -148,7 +148,7 @@

    Import YouTube cookie: {{ config.downloads.cookie_import }}

    For automatic cookie import use Tube Archivist Companion browser extension.

    - For manual cookie import, place your cookie file named cookies.google.txt in cache/import before enabling. Instructions in the Wiki.
    + For manual cookie import, place your cookie file named cookies.google.txt in cache/import before enabling. Instructions in the Wiki.
    {{ app_form.downloads_cookie_import }}
    {% if config.downloads.cookie_import %}
    @@ -181,7 +181,7 @@

    Snapshots

    Current system snapshot: {{ config.application.enable_snapshot }}

    - Automatically create daily deduplicated snapshots of the index, stored in Elasticsearch. Read first before activating: Wiki.
    + Automatically create daily deduplicated snapshots of the index, stored in Elasticsearch. Read first before activating: Wiki.
    {{ app_form.application_enable_snapshot }}
    @@ -320,7 +320,7 @@

    Manual media files import.

    -

    Add files to the cache/import folder. Make sure to follow the instructions in the Github Wiki.

    +

    Add files to the cache/import folder. Make sure to follow the instructions in the Github Wiki.

    @@ -366,7 +366,7 @@

    Rescan filesystem

    Danger Zone: This will delete the metadata of deleted videos from the filesystem.

    -

    Rescan your media folder looking for missing videos and clean up index. More infos on the Github Wiki.

    +

    Rescan your media folder looking for missing videos and clean up index. More infos on the Github Wiki.