Code Monkey home page Code Monkey logo

openreplay-documentation's Introduction

OpenReplay is an open-source session replay stack that let's you see what users do on your web app, helping you troubleshoot issues faster.

Getting Started

  • Deployment: OpenReplay can be deployed anywhere. Follow our step-by-step guides for deploying it on major public clouds and platforms.
  • Installation: Setup OpenReplay in minutes and start recording user sessions.
  • Configuration: Configure and secure your OpenReplay instance.

Go Further

  • Plugins: Learn about the different plugins to better debug your application's store and queries.
  • Integrations: Get the best out of OpenReplay by integrating it with your favorite tools: Sync your backend logs with session replays, report issues to your ticketing system and more.
  • Troubleshooting: Dig into our guide for troubleshooting common issues.
  • Structure: Understand OpenReplay structure, data model and technical stack.

Adding a page to the documentation

All MDX pages must go inside the src/pages folder, and in there, use the folder structure to determine where to add them.

Handling multiple versions of the same page

Inside the src/pages folder you'll find language folders and version folders inside them. The version folders start with vX.Y.Z, those folder will have a copy of the root of the src/pages folder (minus themselves, of course).

For every new page that is added, it needs to be duplicated into every version folder to make sure the user is able to switch versions with the version navigation dropdown and still land on the desired page.

Handling incompatible versions

If you're adding a page about a feature that is not compatible with all versions, you'll have to:

  1. Add a frontmatter element inside the pages to signal the compatible version-folder. The element is called minVersion and uses a string to signal the minimum version of OpenReplay that is compatible (i.e "1.6.0").
  2. Add the <IncompatibleVersionWarning> component at the top of the document. Signal the minimum compatible version through the use of the minVersion property. This component is located inside the src/components/incompatibleVersionWarning.astro file.

Translating the documentation

If you're looking to add a brand new language to the repo or translate a part of it, check out our detailed guide here.

openreplay-documentation's People

Contributors

sarah11918 avatar delucis avatar fredkschott avatar yanthomasdev avatar hippotastic avatar kevinzunigacuellar avatar astrobot-houston avatar chrissdroid avatar kecrily avatar jutanium avatar bholmesdev avatar jasikpark avatar jonathantneal avatar kyosuke avatar agustinmulet avatar hanawa02 avatar afuzzybear avatar fredoist avatar sudheer-salavadi avatar juanm04 avatar mrienstra avatar natemoo-re avatar antonyfaris avatar dreyfus92 avatar matthewp avatar glopzel avatar asgoshawk avatar itskitto avatar yuto343 avatar thomasbnt avatar

Stargazers

Roman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.