-
-
Notifications
You must be signed in to change notification settings - Fork 3
feat: Added the quickstart homepage #59
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Added few comments
content/docs/quickstart/index.md
Outdated
description: Get started with Parseable in minutes | ||
--- | ||
|
||
# Quickstart Guide |
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 header is duplicate
content/docs/quickstart/index.md
Outdated
|
||
Get Parseable up and running in minutes with our recommended Docker setup. This guide will help you quickly deploy Parseable and start ingesting logs. | ||
|
||
## Prerequisites |
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.
Please align headers H2 / H3 with other pages in the doc.
content/docs/quickstart/index.md
Outdated
containers.parseable.com/parseable/parseable:latest \ | ||
parseable local-store | ||
``` | ||
|
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.
Step 1 is not needed, docker creates the folder automatically if not present
content/docs/quickstart/index.md
Outdated
|
||
// TODO: Add Script | ||
|
||
### 3. Query your logs |
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.
Numbering
content/docs/quickstart/index.md
Outdated
- **Binary**: You can use the Parseable binary. [Learn more about binary installation](/content/docs/installation/standalone/linux.mdx) | ||
|
||
- **Distributed**: We recommend using Parseable distributed mode for production deployments. [Learn more about distributed installation](/content/docs/installation/distributed/k8s-helm.mdx) | ||
|
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 has to be visual, like boxes etc.
content/docs/quickstart/index.md
Outdated
|
||
- [**Ingestion**](/content/docs/key-concepts/ingestion.mdx): Discover different ways to ingest logs into Parseable. | ||
|
||
- [**High Availability**](/content/docs/key-concepts/high-availability.mdx): Learn how to set up Parseable for high availability. |
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.
Also should be visual
No description provided.