Skip to content

Commit c720654

Browse files
Move Footgun Prompting documentation (#228)
1 parent 0b54002 commit c720654

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ Roo Code substitutes these placeholders before sending the prompt to the model.
7777
- **No File, No Override:** If the `.roo/system-prompt-{mode-slug}` file doesn't exist, Roo Code uses the standard system prompt generation process for that mode.
7878
- **Blank Files Ignored:** If the override file exists but is empty (blank), it will be ignored and the default system prompt will be used.
7979
- **Directory Creation:** Roo Code ensures the `.roo` directory exists before attempting to read or create the override file.
80-
Use this feature cautiously. Incorrect implementation can significantly degrade Roo Code's performance and reliability for the affected mode.
80+
Use this feature cautiously. Incorrect implementation can significantly degrade Roo Code's performance and reliability for the affected mode.

docusaurus.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ const config: Config = {
134134
to: '/features/intelligent-context-condensing',
135135
from: ['/features/experimental/intelligent-context-condensing', '/features/experimental/intelligent-context-condensation'],
136136
},
137+
{
138+
to: '/advanced-usage/footgun-prompting',
139+
from: ['/features/footgun-prompting'],
140+
},
137141

138142
// MCP related redirects
139143
{

sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const sidebars: SidebarsConfig = {
3232
'features/custom-modes',
3333
'features/enhance-prompt',
3434
'features/fast-edits',
35-
'features/footgun-prompting',
3635
'features/intelligent-context-condensing',
3736
'features/keyboard-shortcuts',
3837
'features/model-temperature',
@@ -104,6 +103,7 @@ const sidebars: SidebarsConfig = {
104103
'advanced-usage/prompt-engineering',
105104
'advanced-usage/prompt-structure',
106105
'advanced-usage/rate-limits-costs',
106+
'advanced-usage/footgun-prompting',
107107
'advanced-usage/roo-code-nightly',
108108
],
109109
},

0 commit comments

Comments
 (0)