This website is built using Docusaurus, a modern static website generator.
Documentation site for ReCODE Medical's cardiology coding assistant.
npm install
npm start- Edit pages in
/docs - Update sidebar in
sidebars.js - Customize styling in
src/css/custom.css
A Dockerfile is included for building and running the documentation site in a containerized environment. This is the recommended method for deployment platforms like Coolify.
docker build -t recode-chat-docs .docker run -p 8080:80 recode-chat-docsThis will make the site available at http://localhost:8080. The container exposes port 80 (Nginx default), which is mapped to port 8080 on the host.
Built with Docusaurus. Can be deployed directly by building static files or using the provided Dockerfile.
- Connect your Git repository to Coolify.
- Choose the "Build with Dockerfile" option.
- Coolify will use the
Dockerfilein the root of the repository. - Configure the domain (e.g.,
docs.recodemedical.com). Coolify typically detects the exposed port (80) automatically. - Deploy.
- Build:
npm run build - Output directory:
build/ - Configure your hosting provider (like Cloudflare Pages, Netlify, Vercel, or Coolify's Static Site option) to serve the
build/directory. - Domain:
docs.recodemedical.com
- Introduction - Overview of ReCODE Chat
- CPT Basics - Medical billing fundamentals
- Getting Started - Quick start guide
- Common Scenarios - Cardiology examples
- Advanced Features - Command system details
- Support - Contact info