Skip to content
This repository was archived by the owner on Apr 17, 2026. It is now read-only.

sepsh/fastapi_docs_helper

Repository files navigation

fastapi_docs_helper

A firefox extension which helps you read FastApi docs a bit easier.

All this extension does is prevent the top announcement banner from shrinking, so the reader doesn't gets annoyed by all the text down the page jumping up and down.

Showcase GIF

Build from source

  • Clone the repository in your local machine

    git clone https://github.com/sepsh/fastapi_docs_helper.git
    cd fastapi_docs_helper
  • Build using one of these methodes:

    1. Using nodejs and npm

      Make sure you are running the current LTS (long term support) version of NodeJS and npm.

      Install the dependencies

      npm ci

      Run the build command

      npm run build

      Your extension should be ready under build/ directory.

    2. Using docker-compose

      Make sure you have docker and docker-compose set-up and running.

      Run the docker-compose

      docker-compose up

      If you are done building, you can remove the container and image

      docker-compose down --rmi local

      Your extension should be ready under build/ directory.

About

A firefox extension which helps you read fastapi.tiangolo.com a bit easier.

Resources

License

Stars

Watchers

Forks

Contributors