aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-06-27 23:09:45 +0000
committersaturneric <[email protected]>2025-06-27 23:09:45 +0000
commitd736503c1c89f9072bb25fce96bbaa444cdbad38 (patch)
tree240e70f3fa7e4f25655277e87ea36397a0561f8d
parentdocs(overview): add FAQ section to enhance user guidance for GpgFrontend (diff)
downloadManual-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.
-![](https://image.cdn.bktus.com/i/2025/06/24/1661f0ae38ec3a91c26c3bc495bbd68baf5cdd18.webp)
+<Tabs>
+ <TabItem label="macOS">
+ ![](https://image.cdn.bktus.com/i/2025/06/24/1661f0ae38ec3a91c26c3bc495bbd68baf5cdd18.webp)
+ </TabItem>
+ <TabItem label="Windows">
+ ![](https://image.cdn.bktus.com/i/2025/06/25/82aae58a6e35a26aec366cea65178057a8817f12.webp)
+ </TabItem>
+ <TabItem label="Linux">
+ ![](https://image.cdn.bktus.com/i/2025/06/25/126a292375472a3c559a0a0de775283e4ea05875.webp)
+ </TabItem>
+</Tabs>
## Workspace Overview