This repository contains the official documentation for Parseable, providing fast observability on S3. The documentation is built using Docusaurus, a modern static website generator.
Parseable is a cloud-native observability platform designed for high performance and scalability on S3. It enables you to ingest, store, and query observability data at scale using familiar SQL syntax directly on S3. For more information about Parseable, visit the official website or the GitHub repository.
We welcome contributions to improve the Parseable documentation! Here's how you can help:
- Fork this repository
- Make your changes
- Submit a pull request
Please ensure your contributions follow our documentation style guide and are accurate.
# Using npm
npm install
# Using Yarn
yarn
# Using npm
npm start
# Using Yarn
yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
# Using npm
npm run build
# Using Yarn
yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.
The documentation is automatically deployed when changes are merged to the main branch. If you need to deploy manually:
# Using npm
npm run deploy
# Using Yarn
yarn deploy
This documentation is licensed under the same license as Parseable. See the LICENSE file for details.