elof / docs-rn-staging

Official documentation for the Macrometa platform.

Home Page:https://macrometa.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo


Macrometa is a secure, global data platform with integrated pub/sub, stream processing, search, functions, and containers. Create stateful APIs and real-time, event-driven, streaming data apps in minutes – not months.

Explore the Docs πŸš€ Β· Report a Bug πŸ›

The Stack

The Macrometa docs are powered by Docusaurus, a static site generator that helps developers ship beautiful, accessible docs. In addition to Docusaurus, we use Stoplight Elements for documenting our REST API and Tailwind for styling.

Contributing

This section describes how you can get make contributions to the Macrometa docs.

Reporting an Issue

Opening an issue is an effective way to contribute because many users might also be impacted. We'll make sure to fix it quickly if it's technically feasible and doesn't have significant side effects for other users.

Before reporting an issue, check that there is not an issue already open for the same topic.

Submitting a Contribution

To make a contribution, you need to:

  1. Clone the latest master branch: git clone git@github.com:Macrometacorp/docs.git
  2. Create your feature branch: git checkout -b my-new-contribution
  3. Add your changes: git add .
  4. Commit your changes: git commit -am "Add a contribution message"
  5. Push to the branch: git push -u origin my-new-feature
  6. Create a pull request

Pull Requests

All pull requests should have:

  • A concise commit message.
  • A description of what was changed/added.
  • A maintainer will review your pull request and either merge the pull request or request that changes be made before merging.

After you've submitted your pull request:

  • Automatic checks will be run
  • A team member will review the pull request
  • Your contribution will be merged

Building

This section describes how you can get the Macrometa docs up and running on your machine.

Prerequisites

  • Node – Using a version manager like nvm or Volta is recommended.
  • Yarn – Using the installation instructions here or install with Homebrew.

Installation

  1. Clone the repo
git clone git@github.com:Macrometacorp/docs.git && cd docs
  1. Install dependencies
yarn install
  1. Run the docs
yarn start

πŸ’‘ When using the start command, the docs will be available at http://localhost:3000.

About

Official documentation for the Macrometa platform.

https://macrometa.com/docs


Languages

Language:CSS 50.6%Language:JavaScript 49.1%Language:Shell 0.4%