diff options
Diffstat (limited to 'src/content/docs')
| -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 | 
