General
PromptBeginner5 minmarkdown
Untitled Skill
193
Guardrails docs are served as a docusaurus site. The docs are compiled from various sources
Loading actions...
Main instructions and any bundled files for this skill.
Guardrails docs are served as a docusaurus site. The docs are compiled from various sources
docs directorydocs directory translated to markdown using nb-docsguardrails directoryThese sources need to be built and compiled before the site can be served.
# Install poetry
pip install poetry
# Make sure you're in a venv (Recommended)
# Use conda or other venv management tools if you'd like
python -m venv .venv
source .venv/bin/activate
# Make the project
make full
# Serve the docs
npm run start
npm run start againrm -rf docs/build; npm run startrm -rf docs/build; npm run startTypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks