Skip to content

SysKitTeam/docs-point

Repository files navigation

SharePoint Best Practices Documentation

This website is built using Docusaurus and deployed to Cloudflare Workers on the /point route at docs.syskit.com/point.

🚀 Quick Start

# Install dependencies
npm install

# Local development
npm start

# Build for production
npm run build

# Deploy to Cloudflare Workers
npm run deploy

📦 Deployment

Production Deployment

npm run deploy:production

Staging Deployment

npm run deploy:staging

Local Testing with Cloudflare Workers

npm run dev

Then visit: http://127.0.0.1:8787/point

🔧 Configuration

  • Production: https://docs.syskit.com/pointWorking
  • Staging: https://docs-staging.syskit.com/pointWorking
  • Route: /point/*
  • Worker: Serves the Docusaurus site with proper routing and caching

URLs:

  • Production: https://docs.syskit.com/pointLive
  • Staging: https://docs-staging.syskit.com/pointLive

📁 Project Structure

  • src/worker.js - Cloudflare Worker script
  • wrangler.toml - Worker configuration
  • docs/ - Documentation content
  • build/ - Generated static files

🛠️ Development

Local Development

npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

npm run build

This command generates static content into the build directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •