-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: draft proposal for docs improvement #3164
Changes from 1 commit
d031403
898898d
01492f0
e885101
66d5060
6dfa6fd
9cc2355
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -164,6 +164,69 @@ docs improvement, I'd like to propose the following changes. | |
|
||
- Considerations for GDPR readiness | ||
|
||
## Proposed Changes on sidebar | ||
|
||
Mapping the existing contents to the new sidebar structure: | ||
|
||
- Overview (new sidebar item. it will point to index.md) | ||
- Getting started | ||
- Tutorials | ||
- Basic building block | ||
- Application | ||
- Server | ||
- Controllers | ||
- Model and Model Relations | ||
- Repositories | ||
- Service Proxy (no matching content??) | ||
- DataSources and Connectors | ||
- Observers(same as `Life cycle events and observers`) and Interceptors | ||
- Application life cycles | ||
- Booting an Application | ||
- Usage scenario (better than `Developer Experience`?) | ||
- Create APIs | ||
- Top down vs bottom up (new page) | ||
- OpenAPI (new page) | ||
- Exposing GraphQL APIs | ||
- Access databases (new page) | ||
- Database migrations | ||
- Calling other APIs | ||
- Integrate with other infrastructure (new intro page) | ||
- Authentication | ||
- Authorization | ||
- Debugging (new page) | ||
- Deployment | ||
- Deploying to IBM Cloud | ||
- Deploying to Kubernetes on IBM Cloud | ||
- Deploying with pm2 and nginx | ||
- Behind the scene | ||
- Context | ||
- Binding | ||
- Dependency injection | ||
- Components | ||
- Request/Response processing flow | ||
|
||
- Routes | ||
- Sequence | ||
|
||
- Extending LoopBack | ||
- Decorators | ||
- Error handling | ||
- Examples | ||
- CLI References | ||
- API docs | ||
- For LoopBack 3.x users | ||
- Differences between v3 and v4 | ||
- Migration guide | ||
- Best Practices | ||
- References | ||
|
||
Question: I have trouble mapping the following contents. Please help: | ||
|
||
- Serving static files ?? | ||
- Self-hosted REST API Explorer -> Under "Extending LoopBack"?- Boot and Mount a | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should go under |
||
LoopBack 3 Application -> Under "For LoopBack 3.x users"? | ||
- Remove "Crafting LoopBack 4"?? | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We can have an There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've renamed the |
||
|
||
## Proposed Changes on Individual Section | ||
|
||
### Tutorials | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should go under
Usage scenario
.