Skip to content

Commit

Permalink
feat: rewrite is merged already
Browse files Browse the repository at this point in the history
  • Loading branch information
its-darsh committed Nov 15, 2024
1 parent fa515ce commit 9358e40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/guide/development-environment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To start developing, you should grab the latest commit of Fabric so that you're
To do this, run this command:

```bash
git clone https://github.com/Fabric-Development/fabric -b rewrite
git clone https://github.com/Fabric-Development/fabric
```

<Aside>
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/guide/first-widget.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -337,4 +337,4 @@ Here's the full code to create your simple status bar:
Congratulations! 🎉 You've just created your first basic status bar using Fabric. After this tutorial you should end up with something that looks like this.
![Status Bar Example](/assets/first-widget-bar.png)

For a more advanced bar example, check out [this example](https://github.com/Fabric-Development/fabric/blob/rewrite/examples/bar/bar.py).
For a more advanced bar example, check out [this example](github.com/Fabric-Development/fabric/tree/main/examples/bar).
5 changes: 0 additions & 5 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ hero:
link: https://discord.gg/3sDbYc9SZP
icon: discord
variant: minimal

banner:
content: |
Fabric's rewrite (v0.0.2) is out for public reviews!
<a href="https://github.com/Fabric-Development/fabric/tree/rewrite">Check it out</a>
---

import { Image } from "astro:assets";
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/introduction/installation-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The recommended way to install Fabric is through a [virtual environment](https:/
```
5. You can now install Fabric in your newly-created virtual environment.
```bash
pip install git+https://github.com/Fabric-Development/fabric.git@rewrite
pip install git+https://github.com/Fabric-Development/fabric.git
```
</Steps>

Expand All @@ -101,7 +101,7 @@ Alternatively, you can install Fabric globally using the following command:
</Aside>

```bash
pip install git+https://github.com/Fabric-Development/fabric.git@rewrite
pip install git+https://github.com/Fabric-Development/fabric.git
```

This method is more prone to dependency issues.
Expand Down

0 comments on commit 9358e40

Please sign in to comment.