change how pages are referenced

This commit is contained in:
Ean Milligan 2025-07-07 20:57:13 -04:00
parent bddf7c6fdb
commit 4e12e11fe2
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ import { MiscFeaturesHelpPages } from 'commands/helpLibrary/miscFeatures.ts';
const name = `${config.name}'s Roll Command Details`;
const description = `You can chain as many of these options as you want, as long as the option does not disallow it. This command also can fully solve math equations with parenthesis.
The help options in this group use the notation \`xdy\` to indicate the basic/required dice notation for die count and size as detailed in the \`Dice Options/Basic Dice Options\` page.
The help options in this group use the notation \`xdy\` to indicate the basic/required dice notation for die count and size as detailed in the \`Dice Options>Basic Dice Options\` page.
As this supports the [Roll20 formatting](${config.links.roll20Formatting}) syntax fully, more details and examples can be found [here](${config.links.roll20Formatting}).

View File

@ -10,8 +10,8 @@ const dict = new Map<string, HelpContents>([
{
name: 'Features Differences',
description: `The following features are implemented slightly different in ${config.name}:
- **GM Rolls:** Instead of doing \`/gmroll\`, use the regular inline syntax, but tack on \`-gm @user\`. More details can be found on the \`Roll Command Decorators/GM Roll\` page.
- **Computed Dice Rolls:** As ${config.name} supports implicit multiplication, computed dice rolls use the Nested Rolls syntax. More details can be found on the \`Miscellaneous Features/Nested Rolls\` page.`,
- **GM Rolls:** Instead of doing \`/gmroll\`, use the regular inline syntax, but tack on \`-gm @user\`. More details can be found on the \`Roll Command Decorators>GM Roll\` page.
- **Computed Dice Rolls:** As ${config.name} supports implicit multiplication, computed dice rolls use the Nested Rolls syntax. More details can be found on the \`Miscellaneous Features>Nested Rolls\` page.`,
},
],
[