Skip to content

SPDocKit is the ultimate SharePoint on-premises tool, created to make the day-to-day tasks of SharePoint admins faster and easier. Automate repetitive tasks, document SharePoint farm configuration settings, compare farms and track changes, monitor how your content is being used, manage permissions and much more with this award-winning tool. Here…

Notifications You must be signed in to change notification settings

SysKitTeam/docs-spdockit

Repository files navigation

SharePoint Best Practices Documentation

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

🚀 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/spdockit

🔧 Configuration

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

URLs:

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

📁 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

SPDocKit is the ultimate SharePoint on-premises tool, created to make the day-to-day tasks of SharePoint admins faster and easier. Automate repetitive tasks, document SharePoint farm configuration settings, compare farms and track changes, monitor how your content is being used, manage permissions and much more with this award-winning tool. Here…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published