This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
packaging: Add some very basic triggers info
Signed-off-by: Ikey Doherty <[email protected]>
- Loading branch information
Showing
13 changed files
with
333 additions
and
6 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
...aurus-plugin-content-docs/default/category-docs-packagesidebar-category-triggers-867.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"title": "Triggers", | ||
"description": "Triggers are system actions run during package installation", | ||
"slug": "/category/triggers", | ||
"permalink": "/docs/category/triggers", | ||
"navigation": { | ||
"previous": { | ||
"title": "Package definitions", | ||
"permalink": "/docs/packaging/recipes/package_definition" | ||
}, | ||
"next": { | ||
"title": "Overview", | ||
"permalink": "/docs/packaging/triggers/overview" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
.../docusaurus-plugin-content-docs/default/site-docs-packaging-triggers-overview-md-774.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"id": "packaging/triggers/overview", | ||
"title": "Overview", | ||
"description": "Serpent OS supports the use of triggers, or actions, that run at the end of package installations.", | ||
"source": "@site/docs/packaging/triggers/overview.md", | ||
"sourceDirName": "packaging/triggers", | ||
"slug": "/packaging/triggers/overview", | ||
"permalink": "/docs/packaging/triggers/overview", | ||
"draft": false, | ||
"unlisted": false, | ||
"editUrl": "https://github.com/serpent-os/docs/tree/main/docs/packaging/triggers/overview.md", | ||
"tags": [], | ||
"version": "current", | ||
"sidebarPosition": 1, | ||
"frontMatter": { | ||
"sidebar_position": 1 | ||
}, | ||
"sidebar": "packageSidebar", | ||
"previous": { | ||
"title": "Triggers", | ||
"permalink": "/docs/category/triggers" | ||
}, | ||
"next": { | ||
"title": "Transaction Triggers", | ||
"permalink": "/docs/packaging/triggers/tx_triggers" | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
...cusaurus-plugin-content-docs/default/site-docs-packaging-triggers-tx-triggers-md-d3a.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"id": "packaging/triggers/tx_triggers", | ||
"title": "Transaction Triggers", | ||
"description": "Transactional scope triggers (tx triggers) are run after the new filesystem transaction has been", | ||
"source": "@site/docs/packaging/triggers/tx_triggers.md", | ||
"sourceDirName": "packaging/triggers", | ||
"slug": "/packaging/triggers/tx_triggers", | ||
"permalink": "/docs/packaging/triggers/tx_triggers", | ||
"draft": false, | ||
"unlisted": false, | ||
"editUrl": "https://github.com/serpent-os/docs/tree/main/docs/packaging/triggers/tx_triggers.md", | ||
"tags": [], | ||
"version": "current", | ||
"sidebarPosition": 2, | ||
"frontMatter": { | ||
"sidebar_position": 2 | ||
}, | ||
"sidebar": "packageSidebar", | ||
"previous": { | ||
"title": "Overview", | ||
"permalink": "/docs/packaging/triggers/overview" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"label": "Triggers", | ||
"position": 3, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Triggers are system actions run during package installation" | ||
} | ||
} | ||
|
Oops, something went wrong.