Getting Started
Welcome to the AI Help Wiki! This is a community-driven wiki providing documentation, definitions, and tutorials on Artificial Intelligence, Machine Learning, and Large Language Models.
Running Locally
Section titled “Running Locally”To run the wiki on your machine:
-
Clone the repository:
Terminal window git clone https://github.com/example/aihelp.gitcd aihelp -
Install dependencies:
Terminal window npm install -
Start the dev server:
Terminal window npm run dev -
Open your browser and navigate to
http://localhost:4321.
Project Structure
Section titled “Project Structure”src/content/docs/: Where all markdown/MDX articles are stored.concepts/: High-level concept explanations (LLMs, RAG, etc.).guides/: Interactive guides, workflows, and procedures.
public/: Static assets like logos, favicons, and theads.txtfile.astro.config.mjs: Central configuration file for Starlight, integrations, and sidebar layout.scripts/: Local scripts, including the AI Council PR validation pipeline.