From f252b10649e1054bcde55abdabb6153a38bb7874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iva=CC=81n=20Raskovsky?= Date: Fri, 1 Nov 2024 16:24:47 -0300 Subject: [PATCH] update github repo in docs --- docs/docs/getting-started/index.md | 6 ------ docs/mkdocs.yml | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/docs/getting-started/index.md b/docs/docs/getting-started/index.md index 591b4db..b27396b 100644 --- a/docs/docs/getting-started/index.md +++ b/docs/docs/getting-started/index.md @@ -14,12 +14,6 @@ already present. % source venv/bin/activate (venv) % pip install flou - !!! warning "Flou hasn't been released in Pypi yet" - - To install Flou you will need access to the `flou` repo and point to it: - - pip install -e "git+https://github.com/flou-ai/flou/#egg=flou&subdirectory=flou" - 1. Create an `app.py` file, the entrypoint for your Flou project and a `requirements.txt` file for your project dependencies: diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 846684d..2290648 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -13,6 +13,8 @@ theme: - navigation.tracking - navigation.path - navigation.indexes + icon: + repo: fontawesome/brands/git-alt extra: generator: false @@ -54,6 +56,10 @@ plugins: extra_css: - stylesheets/extra.css +repo_url: https://github.com/flou-ai/flou +repo_name: flou-ai/flou +edit_uri: edit/main/docs/ + nav: - Home: index.md - Getting Started: