-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Create basic template for Getting Started pages #11951
Comments
I created two basic templates (one for wizard install, one without) as a base for next discussion; The structure is similar to what we had before but it includes more (but smaller) steps to help organize information and provide a better overiew of the content. I also think that the structure is still fairly flexible for any framework-specific additions. React SDK Quick Start Guide (no wizard)State the goal of the page; What will the reader achieve PrerequisitesWhat does the reader need to succeed 1. Install
2. Initialize/Configure
Configure Tracing (optional)
Configure Session Replay (optional)Other Configurations (optional)
3. Any other framework-specific steps
4. Verify your setup
5. Add readable stack traces to errors (optional)
6. Instrument your backend (if applicable)
Next steps
React SDK Quick Start Guide (Wizard)State the goal of the page; What will the reader achieve PrerequisitesWhat does the reader need to succeed 1. Install
2. Configure (optional)
3. Any other framework-specific steps
4. Verify your setup
Next steps
|
Integrating the onboarding options into the non-wizard install templatesThe earlier versions of the template for the non-wizard installation did not include the "onboarding options" checkboxes. The main challenge here is: How can we present this to users in a way that is understandable and also doesn't require too much space? (we want to show code snippets and terminal commands as soon as possible) This is a mockup with a possible solution I created: In words:
Updated template versionI've updated the non-wizard template from my previous comment to include the feature selection described earlier. The wizard installation guides do not have onboarding options, so it gets no updates for now. React SDK Quick Start Guide (no wizard)State the goal of the page; What will the reader achieve Prerequisites
1. Choose your Sentry features (Optional)
2. Install
3. Initialize/Configure
Subsection: Configure Tracing (if applicable)
Subsection: Configure Session Replay (if applicable)
Other Configurations (optional)
4. Any other framework-specific steps
5. Verify your setup
6. Add readable stack traces to errors (optional)
7. Instrument your backend (if applicable)
Next steps
|
SDK
All JavaScript SDKs
Description
Since it is easy to get lost in the details of the individual SDKs and their Getting Started pages, we want to create/revise the foundation first. To do this, we want to create a template that defines the minimum amount of content that the Getting Started pages of each SDK should have. Using this template, we can then ensure that our Getting Started pages are consistent -- in structure and content -- which should help in writing documentation and ultimately supports the reader/user to extract information from the page.
Suggested Solution
create a template that serves as the basis -- we can then build upon this base in follow-up issues/tasks
The text was updated successfully, but these errors were encountered: