Local Publishing
Export your documentation to a local folder for hosting on your own infrastructure. Preview locally before deploying to production.
Local publishing exports your documentation as static files to any folder on your computer. Use local publishing to preview your site, host on your own servers, or integrate with your existing deployment pipeline.
When to Use Local Publishing
Publishing to a Local Folder
Folder Selection
When selecting a folder.
Directory Cleaning
Before publishing, NeoArc cleans the target directory.
Progress and Status
During publishing, the wizard shows.
| Indicator | Description |
|---|---|
| Progress Indicator | Visual feedback during file generation |
| Success Status | Confirmation when publishing completes |
| Error Messages | Details if something goes wrong |
After Publishing
When publishing completes, click Open in Browser to preview the site. The site opens in your default browser with all navigation, search, and interactive features working locally.
Output Structure
The published folder contains.
Hosting the Site
The exported files can be hosted on any static file server.
| Category | Options |
|---|---|
| Web Servers | nginx, Apache, IIS, Caddy |
| Cloud Storage | AWS S3, Google Cloud Storage, Azure Blob |
| CDN Providers | Cloudflare Pages, Netlify, Vercel |
| Internal Servers | Your company's existing infrastructure |
URL Configuration
The viewer supports two URL styles.
| Style | Description |
|---|---|
| Hash-based | Uses # in URLs (example.com/#/page/intro). Works without server configuration. |
| Path-based | Clean URLs (example.com/pages/intro). Requires server URL rewriting. |