27 Nov 2025
Getting Started
Welcome to the TruTrade Admin Documentation.
About This Documentation
This documentation area is designed for TruTrade staff to access guides, procedures, and reference materials.
Adding New Documents
To add a new document:
- Create a markdown file (
.md) in thefrontend-admin/content/docs/directory - Add frontmatter at the top with
titleanddescription:--- title: Your Document Title description: Brief description of the document --- - Write your content using standard markdown
- Commit and push - the document will appear automatically
Markdown Features
You can use standard markdown features:
- Bold text and italic text
Inline codeand code blocks- Lists (ordered and unordered)
- Links and images
- Tables
- Headings (h1-h6)
Example Code Block
// Example code block with syntax highlighting
const greeting = 'Hello, TruTrade!';
console.log(greeting);
Need Help?
Contact the development team if you have questions about this documentation system.
