import React from 'react'; import Link from '@docusaurus/Link'; import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; import Layout from '@theme/Layout'; import Heading from '@theme/Heading'; import styles from './index.module.css'; const categories = [ { title: 'Getting Started', icon: '🚀', description: 'Set up your development environment and get ready to contribute to TrizTech projects.', link: '/docs/getting-started/environment-setup', }, { title: 'Workflow & Processes', icon: '🔄', description: 'Our standard development workflow — from task assignment through branching, rebasing, and merging.', link: '/docs/workflow/task-workflow', }, ]; function CategoryCard({title, icon, description, link}) { return (
{description}
Explore → ); } function HeroSection() { return (The single source of truth for onboarding, workflows, standards, and everything the engineering team needs — all in one place.
Quick access to every section of our knowledge base.