2023-03-15 06:46:03 +01:00
|
|
|
// Copyright: Ankitects Pty Ltd and contributors
|
|
|
|
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|
|
|
|
2023-05-26 04:49:44 +02:00
|
|
|
/** These links are checked in CI to ensure they are valid. */
|
2023-03-15 06:46:03 +01:00
|
|
|
export const HelpPage = {
|
|
|
|
DeckOptions: {
|
|
|
|
maximumInterval: "https://docs.ankiweb.net/deck-options.html#maximum-interval",
|
|
|
|
startingEase: "https://docs.ankiweb.net/deck-options.html#starting-ease",
|
|
|
|
easyBonus: "https://docs.ankiweb.net/deck-options.html#easy-bonus",
|
|
|
|
intervalModifier: "https://docs.ankiweb.net/deck-options.html#interval-modifier",
|
|
|
|
hardInterval: "https://docs.ankiweb.net/deck-options.html#hard-interval",
|
|
|
|
newInterval: "https://docs.ankiweb.net/deck-options.html#new-interval",
|
|
|
|
advanced: "https://docs.ankiweb.net/deck-options.html#advanced",
|
|
|
|
timer: "https://docs.ankiweb.net/deck-options.html#timer",
|
|
|
|
learningSteps: "https://docs.ankiweb.net/deck-options.html#learning-steps",
|
|
|
|
graduatingInterval: "https://docs.ankiweb.net/deck-options.html#graduating-interval",
|
|
|
|
easyInterval: "https://docs.ankiweb.net/deck-options.html#easy-interval",
|
|
|
|
insertionOrder: "https://docs.ankiweb.net/deck-options.html#insertion-order",
|
|
|
|
newCards: "https://docs.ankiweb.net/deck-options.html#new-cards",
|
|
|
|
relearningSteps: "https://docs.ankiweb.net/deck-options.html#relearning-steps",
|
|
|
|
minimumInterval: "https://docs.ankiweb.net/deck-options.html#minimum-interval",
|
|
|
|
lapses: "https://docs.ankiweb.net/deck-options.html#lapses",
|
|
|
|
displayOrder: "https://docs.ankiweb.net/deck-options.html#display-order",
|
|
|
|
maximumReviewsday: "https://docs.ankiweb.net/deck-options.html#maximum-reviewsday",
|
|
|
|
newCardsday: "https://docs.ankiweb.net/deck-options.html#new-cardsday",
|
|
|
|
dailyLimits: "https://docs.ankiweb.net/deck-options.html#daily-limits",
|
|
|
|
audio: "https://docs.ankiweb.net/deck-options.html#audio",
|
2023-10-28 04:47:55 +02:00
|
|
|
fsrs: "http://docs.ankiweb.net/deck-options.html#fsrs",
|
2023-03-15 06:46:03 +01:00
|
|
|
},
|
|
|
|
Leeches: {
|
|
|
|
leeches: "https://docs.ankiweb.net/leeches.html#leeches",
|
|
|
|
waiting: "https://docs.ankiweb.net/leeches.html#waiting",
|
|
|
|
},
|
|
|
|
Studying: {
|
|
|
|
siblingsAndBurying: "https://docs.ankiweb.net/studying.html#siblings-and-burying",
|
|
|
|
},
|
2023-09-09 01:00:55 +02:00
|
|
|
PackageImporting: {
|
|
|
|
root: "https://docs.ankiweb.net/importing/packaged-decks.html",
|
|
|
|
updating: "https://docs.ankiweb.net/importing/packaged-decks.html#updating",
|
|
|
|
scheduling: "https://docs.ankiweb.net/importing/packaged-decks.html#scheduling",
|
|
|
|
},
|
2023-09-14 01:06:15 +02:00
|
|
|
TextImporting: {
|
|
|
|
root: "https://docs.ankiweb.net/importing/text-files.html",
|
|
|
|
updating: "https://docs.ankiweb.net/importing/text-files.html#duplicates-and-updating",
|
|
|
|
html: "https://docs.ankiweb.net/importing/text-files.html#html",
|
|
|
|
},
|
2023-03-15 06:46:03 +01:00
|
|
|
};
|