diff options
author | saturneric <[email protected]> | 2025-06-27 23:09:45 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-06-27 23:09:45 +0000 |
commit | d736503c1c89f9072bb25fce96bbaa444cdbad38 (patch) | |
tree | 240e70f3fa7e4f25655277e87ea36397a0561f8d | |
parent | docs(overview): add FAQ section to enhance user guidance for GpgFrontend (diff) | |
download | Manual-d736503c1c89f9072bb25fce96bbaa444cdbad38.tar.gz Manual-d736503c1c89f9072bb25fce96bbaa444cdbad38.zip |
docs(guides): add comprehensive guide for understanding GpgFrontend interface and features
-rw-r--r-- | src/content/docs/guides/understand-interface.mdx (renamed from src/content/docs/guides/understand-interface.md) | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/content/docs/guides/understand-interface.md b/src/content/docs/guides/understand-interface.mdx index 6a94564..ab7fcd6 100644 --- a/src/content/docs/guides/understand-interface.md +++ b/src/content/docs/guides/understand-interface.mdx @@ -4,11 +4,23 @@ sidebar: order: 2 --- +import { Tabs, TabItem } from "@astrojs/starlight/components"; + This documentation explains the layout and features of the latest GpgFrontend interface, helping users to efficiently utilize all cryptographic operations in different workspaces. - +<Tabs> + <TabItem label="macOS"> +  + </TabItem> + <TabItem label="Windows"> +  + </TabItem> + <TabItem label="Linux"> +  + </TabItem> +</Tabs> ## Workspace Overview |