A modern, responsive web interface for browsing AU-OPS API documentation. This website provides an easy-to-navigate interface for viewing API documentation in multiple formats.
- 📱 Responsive Design: Works perfectly on desktop, tablet, and mobile devices
- 🌓 Dark Mode Support: Automatic dark mode based on system preferences
- 🔍 Search Functionality: Search through API documentation content
- 📑 Tabbed Interface: Easy navigation between different API documentation sets
- 🎨 Syntax Highlighting: Beautiful code highlighting for JSON examples
- ⚡ Fast Loading: Optimized performance with caching
- 🔗 Direct GitHub Integration: Loads documentation directly from GitHub repository
-
Complete API Documentation (
AU-OPS_api_EN.md)- Comprehensive English API documentation
- Order Management APIs
- Overview of all major API modules
-
Overseas Warehouse APIs (
Overseas_Warehouse_Inventory_Management_EN.md)- Detailed overseas warehouse management APIs
- Inventory management
- Order fulfillment
- SKU management
-
Chinese API Documentation (
AU-OPS_api.md)- Complete Chinese API documentation
- All 100+ API endpoints
- Detailed specifications and examples
🌐 Website URL: https://au-ops-api.pages.dev
- A modern web browser
- Local web server (optional, for development)
- Clone the repository:
git clone https://github.com/pgsit-tech/AU-OPS_API.git
cd AU-OPS_API- Open
index.htmlin your web browser, or serve it using a local web server:
# Using Python 3
python -m http.server 8000
# Using Node.js (http-server)
npx http-server
# Using PHP
php -S localhost:8000- Open your browser and navigate to
http://localhost:8000
-
Fork or use the existing repository
- Repository:
https://github.com/pgsit-tech/AU-OPS_API
- Repository:
-
Connect to Cloudflare Pages
- Go to Cloudflare Pages
- Click "Create a project"
- Connect your GitHub account
- Select the
AU-OPS_APIrepository
-
Configure build settings
- Project name:
au-ops-api(or your preferred name) - Production branch:
main - Build command: Leave empty (static site)
- Build output directory:
/(root directory)
- Project name:
-
Deploy
- Click "Save and Deploy"
- Your site will be available at
https://au-ops-api.pages.dev
-
Prepare files
- Download or clone the repository
- Ensure you have:
index.html,script.js,styles.css
-
Upload to Cloudflare Pages
- Go to Cloudflare Pages
- Click "Upload assets"
- Drag and drop your files
- Deploy
- In Cloudflare Pages dashboard, go to your project
- Navigate to "Custom domains"
- Click "Set up a custom domain"
- Follow the instructions to configure your domain
AU-OPS_API/
├── index.html # Main HTML file
├── script.js # JavaScript functionality
├── styles.css # Additional CSS styles
├── README.md # This file
├── AU-OPS_api_EN.md # English API documentation
├── Overseas_Warehouse_Inventory_Management_EN.md # Overseas warehouse docs
└── AU-OPS_api.md # Chinese API documentation
The website uses the following CDN libraries:
- Prism.js: Syntax highlighting for code blocks
- Font Awesome: Icons
- Marked.js: Markdown to HTML conversion
- Chrome 60+
- Firefox 60+
- Safari 12+
- Edge 79+
- Caching: Documentation content is cached after first load
- Lazy Loading: Content is loaded only when needed
- Optimized Assets: Minified CSS and JavaScript
- CDN Delivery: Fast global content delivery via Cloudflare
Edit styles.css to customize the appearance:
- Colors and themes
- Typography
- Layout and spacing
- Responsive breakpoints
Edit script.js to modify:
- API endpoints
- Content loading behavior
- Search functionality
- Navigation features
The website automatically loads documentation from:
AU-OPS_api_EN.md- English API docsOverseas_Warehouse_Inventory_Management_EN.md- Overseas warehouse docsAU-OPS_api.md- Chinese API docs
- Fork the repository
- Create a feature branch
- Make your changes
- Test locally
- Submit a pull request
This project is licensed under the MIT License - see the repository for details.
For issues or questions:
- Create an issue on GitHub
- Contact the development team
- Check the documentation
- Initial release
- Responsive design
- Three documentation sections
- Search functionality
- Dark mode support
- Cloudflare Pages deployment ready