requestly / requestly-docs

requestly-docs

Repository from Github https://github.comrequestly/requestly-docsRepository from Github https://github.comrequestly/requestly-docs

These docs are now being managed separately through notion. You can view the updated docs at https://developers.requestly.io

Requestly Logo

Requestly's documentation. Built with Docusauraus
Explore the docs

Getting Started

Prerequisites

Installation

  • Clone repo
git clone https://github.com/requestly/requestly-docs.git
  • Install npm packages
npm install
  • Run the app
npm start

Writing Documentation

Documentation Structure

- static
    - img
        - docs : images for docs
- docs
    - browser-extension
            - chrome : Chrome specific documentation
            - firefox : Firefox specific documentation
            - edge : Edge specific documentation
            - brave : Brave specific documentation
            - opera : Opera specific documentation
            - safari : Safari specific documentation
            - common : Common files for all the browser-extension platforms
        - desktop-app
            - mac : MacOS specific documentation
            - linux : Linux specific documentation
            - windows : Windows specific documentation
            - common : Common files for all the desktop-app platforms
        - common : Common files for browser-extension and desktop app
        - mocks
        - session-recording

Deployment

Deployments are automatically triggered when there is new push to master

About

requestly-docs

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 67.1%Language:CSS 13.6%Language:TypeScript 10.7%Language:HTML 8.2%Language:MDX 0.4%