Back to the catalog

OKF Knowledge Set

Bundle OKF 0.1 · 10 conceitos · FastEndpoints/Documentation

Open source Repository Open in the app JSON README (API)

About

# OKF Knowledge Set

Compact operational knowledge for agents working on the FastEndpoints documentation site. Read relevant files before editing. Keep synchronized with code, content, tests, docs, and configuration.

## Core reading order
* [Project Overview](project-overview.md): purpose and scope
* [Architecture](architecture.md): content pipeline, search, static output
* [Code Map](code-map.md): where routes, content, and libs live
* [Conventions](conventions.md): markdown, naming, style

## Workflow and validation
* [Workflows](workflows.md): install, dev, build, lint, format, check
* [Testing](testing.md): typecheck and lint (no automated test suite)

## Task-specific
* [Dependencies](dependencies.md) · [Operations](operations.md) · [Gotchas](gotchas.md) · [Maintenance](maintenance.md)

## Authority
If OKF conflicts with source, tests, generated artifacts, or manifests: verify those, then update OKF.

## Maintenance
Normative OKF use/update gates: `AGENTS.md`. Reminder + conforma

Details

Kind
OKF bundles
Topic
Developer tools
Publisher
fastendpoints
Origin
okf_github
Category
dados
Version
0.1
Stars
20
Forks
28
Open pull requests
1
Last push
2026-09-06T04:33:11Z
Repository state
ativo
Language
Svelte
License
MIT
Added
2026-09-08 22:07:22
Updated
2026-09-08 22:07:22
Origin id
FastEndpoints/Documentation:.okf/index.md

README

# FastEndpoints-DocSite
Documentation website source code for [FastEndpoints](https://fast-endpoints.com) lives here.

## Branching

- Do all development work on the `dev` branch. It has the latest changes that are not yet live.
- Open PRs against `dev`, not `main`.
- `main` is reserved for the published website.

## DEV Branch Preview
https://dev.fastendpoints-doc-site.pages.dev

More