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.
-
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:
-
Using
nodejsandnpmMake 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. -
Using
docker-composeMake 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 localYour extension should be ready under
build/directory.
-
