Skip to content

Welcome to tittitoo

How about the others?

Commands

  • mkdocs new [dir-name] - Create a new project.
  • mkdocs serve - Start the live-reloading docs server.
  • mkdocs build - Build the documentation site.
  • mkdocs -h - Print help message and exit.

Test 2

---
title: Bid Proposal Process
---
flowchart LR
   A@{ shape: terminal, label: "Start" } --> B@{ shape: rect, label: "RFQ Received" }
   B --> C@{ shape: diam, label: "Evaluate\n RFQ" }
   C --> |Go| D@{ shape: diam, label: "RFQ\n Registered" }
   C --> |No-Go| H@{shape: rect, label: "Inform\n Sales/Customer"}
   H --> I@{shape: terminal, label: "End"}
   D --> |Yes| E@{ shape: diam, label: "Sales\n Checklist\n Received" }
   E --> |No| F@{ shape: rect, label: "Request\n Sales Checklist" }
   F --> E
   E --> |Yes| G@{ shape: rect, label: "Initialize Project" }