Skip to content

Commit

Permalink
Move Runme Gist to integrations (#460)
Browse files Browse the repository at this point in the history
* Move to integrations

* Fix references
  • Loading branch information
sourishkrout authored Sep 12, 2024
1 parent 70a4e04 commit 33b4320
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/configuration/auto-save.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ While we are contemplating the possibility of transparently opening Session Outp

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

- **[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.
- **[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.
2 changes: 1 addition & 1 deletion docs/getting-started/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Please be aware that if the execution of a cell depends on the standard output (

## **Runme Gist**

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.
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.

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

Expand Down
2 changes: 1 addition & 1 deletion docs/how-runme-works/web.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ To configure a cell code block, this feature provides a list of actions that can

**Cell Execution Result Actions**

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.
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.

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

Expand Down
File renamed without changes.
5 changes: 5 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@
"source": "/getting-started/cli",
"destination": "/how-runme-works/cli",
"permanent": true
},
{
"source": "/configuration/runme-gist",
"destination": "/integrations/runme-gist",
"permanent": true
}
]
}

0 comments on commit 33b4320

Please sign in to comment.