Skip to content

Commit 33b4320

Browse files
authored
Move Runme Gist to integrations (#460)
* Move to integrations * Fix references
1 parent 70a4e04 commit 33b4320

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

docs/configuration/auto-save.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ While we are contemplating the possibility of transparently opening Session Outp
8888

8989
The auto-save feature is also used in other Runme’s features. Some of these include:
9090

91-
- **[Runme Gist](https://docs.runme.dev/configuration/runme-gist)**: Runme Gist uses the auto-save feature to create session outputs, which is used to generate a GitHub Gist while still concealing your sensitive details.
91+
- **[Runme Gist](https://docs.runme.dev/integrations/runme-gist)**: Runme Gist uses the auto-save feature to create session outputs, which is used to generate a GitHub Gist while still concealing your sensitive details.

docs/getting-started/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Please be aware that if the execution of a cell depends on the standard output (
117117

118118
## **Runme Gist**
119119

120-
You can securely share or store plain texts and code snippets with others in your team without needing a full repository or document. Runme does this using the [Runme Gist feature](../configuration/runme-gist). With Runme Gist, the sensitivity of your information is prioritized and kept secret, as you can mask sensitive data in your outputs.
120+
You can securely share or store plain texts and code snippets with others in your team without needing a full repository or document. Runme does this using the [Runme Gist feature](../integrations/runme-gist). With Runme Gist, the sensitivity of your information is prioritized and kept secret, as you can mask sensitive data in your outputs.
121121

122122
![executionresult actions](../../static/img/how-runme-works/runme-cells-execution-result-actions.png)
123123

docs/how-runme-works/web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ To configure a cell code block, this feature provides a list of actions that can
9595

9696
**Cell Execution Result Actions**
9797

98-
This feature allows users to perform specific actions, such as copying the output or previewing a gist. [Runme Gis](https://docs.runme.dev/configuration/runme-gist)t allows users to store and share plain texts or code snippets with others without needing a full repository while also masking sensitive information.
98+
This feature allows users to perform specific actions, such as copying the output or previewing a gist. [Runme Gis](https://docs.runme.dev/integrations/runme-gist)t allows users to store and share plain texts or code snippets with others without needing a full repository while also masking sensitive information.
9999

100100
![executionresult actions](../../static/img/how-runme-works/runme-cells-execution-result-actions.png)
101101

File renamed without changes.

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@
119119
"source": "/getting-started/cli",
120120
"destination": "/how-runme-works/cli",
121121
"permanent": true
122+
},
123+
{
124+
"source": "/configuration/runme-gist",
125+
"destination": "/integrations/runme-gist",
126+
"permanent": true
122127
}
123128
]
124129
}

0 commit comments

Comments
 (0)