Starter documentation site for Point Blank, scaffolded to mirror the Naylence docs workflow and stack.
Built with Next.js, React, Nextra, Tailwind CSS, and Pagefind.
# Install dependencies
npm install
# Start the development server
npm run devOpen http://localhost:3000 to preview the site.
npm run build
npm run previewnpm run build creates a static export in out/ and then runs Pagefind to build local search indexes.
app/contains the MDX pages and_meta.jsnavigation files.public/contains placeholder branding assets.theme.config.jsxconfigures the Nextra docs theme.next.config.mjsenables the static export build.
- Current page content is a practical starter pass based on the Point Blank 1.21.11 source tree.
- TODO markers call out places where public release details, screenshots, and dependency packaging still need confirmation.