Skip to content

Commit 38b92c1

Browse files
committed
Refactor structures
1 parent 4bb7274 commit 38b92c1

62 files changed

Lines changed: 2560 additions & 2482 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

uzumibi-docs/src/SUMMARY.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,68 @@
55
# User Guide
66

77
- [Overview](./overview.md)
8+
- [What is Uzumibi?](./overview/what-is-uzumibi.md)
9+
- [What is mruby/edge?](./overview/what-is-mrubyedge.md)
10+
- [Architecture](./overview/architecture.md)
11+
- [Project Structure](./overview/project-structure.md)
12+
813
- [Installation and Getting Started](./installation.md)
14+
- [Prerequisites](./installation/prerequisites.md)
15+
- [Installing via cargo](./installation/installing-via-cargo.md)
16+
- [Creating a Cloudflare Workers Project](./installation/creating-a-cloudflare-workers-project.md)
17+
- [Editing Ruby Files](./installation/editing-ruby-files.md)
18+
- [Running Locally](./installation/running-locally.md)
19+
- [Deploying](./installation/deploying.md)
20+
- [Next Steps](./installation/next-steps.md)
21+
- [Troubleshooting](./installation/troubleshooting.md)
22+
923
- [Ruby API Reference](./ruby-api.md)
24+
- [Routing](./ruby-api/routing.md)
25+
- [Request Object](./ruby-api/request-object.md)
26+
- [Response Object](./ruby-api/response-object.md)
27+
- [Complete Example](./ruby-api/complete-example.md)
28+
- [Helper Functions](./ruby-api/helper-functions.md)
29+
- [Error Handling](./ruby-api/error-handling.md)
30+
- [Best Practices](./ruby-api/best-practices.md)
31+
- [Limitations](./ruby-api/limitations.md)
32+
1033
- [Supported Platforms](./platforms.md)
34+
- [Cloudflare Workers](./platforms/cloudflare-workers.md)
35+
- [Fastly Compute](./platforms/fastly-compute.md)
36+
- [Spin (Fermyon Cloud)](./platforms/spin-fermyon-cloud.md)
37+
- [Cloud Run](./platforms/cloud-run.md)
38+
- [Service Worker/Web Worker (Experimental)](./platforms/service-workerweb-worker-experimental.md)
39+
- [Platform Comparison](./platforms/platform-comparison.md)
40+
- [Choosing a Platform](./platforms/choosing-a-platform.md)
41+
1142
- [External Service Abstractions](./external-services.md)
43+
- [What are External Service Abstractions?](./external-services/what-are-external-service-abstractions.md)
44+
- [Available Services](./external-services/available-services.md)
45+
- [Platform Support Matrix](./external-services/platform-support-matrix.md)
46+
- [Usage Examples](./external-services/usage-examples.md)
47+
- [Development Roadmap](./external-services/development-roadmap.md)
48+
- [Contributing](./external-services/contributing.md)
1249

1350
# Reference
1451

1552
- [CLI Reference](./cli-reference.md)
53+
- [Installation](./cli-reference/installation.md)
54+
- [Commands](./cli-reference/commands.md)
55+
- [Project Templates](./cli-reference/project-templates.md)
56+
- [Common Workflows](./cli-reference/common-workflows.md)
57+
- [Troubleshooting](./cli-reference/troubleshooting.md)
58+
- [Environment Variables](./cli-reference/environment-variables.md)
59+
- [Future Commands](./cli-reference/future-commands.md)
60+
- [Updating the CLI](./cli-reference/updating-the-cli.md)
61+
- [Getting Help](./cli-reference/getting-help.md)
62+
1663
- [Examples](./examples.md)
64+
- [Basic Examples](./examples/basic-examples.md)
65+
- [HTTP Methods](./examples/http-methods.md)
66+
- [JSON API](./examples/json-api.md)
67+
- [Form Handling](./examples/form-handling.md)
68+
- [Redirects](./examples/redirects.md)
69+
- [Error Handling](./examples/error-handling.md)
70+
- [Headers and Content Types](./examples/headers-and-content-types.md)
71+
- [Advanced Patterns](./examples/advanced-patterns.md)
72+
- [Real-World Example](./examples/real-world-example.md)

0 commit comments

Comments
 (0)