Getting Started

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:

  1. Create a markdown file (.md) in the frontend-admin/content/docs/ directory
  2. Add frontmatter at the top with title and description:
    ---
    title: Your Document Title
    description: Brief description of the document
    ---
    
  3. Write your content using standard markdown
  4. Commit and push - the document will appear automatically

Markdown Features

You can use standard markdown features:

  • Bold text and italic text
  • Inline code and 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.