Skip to content

Commit fff50e9

Browse files
fix: README logo spacing, stars badge, and docs formatting (#16)
* fix: correct stars badge repo to repowise-dev/repowise * fix: remove extra spacing between logo and tagline * fix: remove logo spacing and fix docs Get started section formatting
1 parent 432eda6 commit fff50e9

2 files changed

Lines changed: 6 additions & 16 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<div align="center">
22

33
<img src=".github/assets/logo.png" width="280" alt="repowise" />
4-
5-
<br /><br />
6-
74
**Codebase intelligence for AI-assisted engineering teams.**
85

96
Four intelligence layers. Eight MCP tools. One `pip install`.
@@ -12,7 +9,7 @@ Four intelligence layers. Eight MCP tools. One `pip install`.
129
[![License: AGPL v3](https://img.shields.io/badge/license-AGPL--v3-F59520?labelColor=0A0A0A)](https://www.gnu.org/licenses/agpl-3.0)
1310
[![Python](https://img.shields.io/badge/python-3.11%2B-F59520?labelColor=0A0A0A)](https://pypi.org/project/repowise/)
1411
[![MCP](https://img.shields.io/badge/MCP-compatible-F59520?labelColor=0A0A0A)](https://modelcontextprotocol.io)
15-
[![Stars](https://img.shields.io/github/stars/repowise/repowise?color=F59520&labelColor=0A0A0A)](https://github.com/repowise/repowise)
12+
[![Stars](https://img.shields.io/github/stars/repowise-dev/repowise?color=F59520&labelColor=0A0A0A)](https://github.com/repowise-dev/repowise)
1613

1714
[**Live Demo →**](https://repowise.dev/examples) · [**Hosted for teams**](https://repowise.dev) · [**Docs**](https://repowise-dev.github.io) · [**Discord**](https://discord.gg/repowise)
1815

website/index.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,8 @@ pip install repowise
4040

4141
## Get started
4242

43-
<div class="d-flex flex-wrap gap-3 mt-4">
44-
45-
**[60-second quickstart →](getting-started)**
46-
The fastest path to a working setup.
47-
48-
**[Core concepts →](concepts)**
49-
Understand the four layers before diving in.
50-
51-
**[CLI reference →](cli-reference)**
52-
Every command, flag, and option.
53-
54-
</div>
43+
| | |
44+
|---|---|
45+
| [**60-second quickstart →**](getting-started) | The fastest path to a working setup. |
46+
| [**Core concepts →**](concepts) | Understand the four layers before diving in. |
47+
| [**CLI reference →**](cli-reference) | Every command, flag, and option. |

0 commit comments

Comments
 (0)