Skip to content

Commit 3c515d7

Browse files
docs: remove horizontal borders from README
Per user request, removed all remaining Markdown horizontal rules (`---`) throughout `README.md` to create a cleaner, borderless design. All previous typography and spacing improvements remain intact. Co-authored-by: jpoehnelt <3392975+jpoehnelt@users.noreply.github.com>
1 parent 6648334 commit 3c515d7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ Or build from source:
5555
cargo install --path .
5656
```
5757

58-
---
5958

6059
## Why gws?
6160

@@ -83,7 +82,6 @@ gws schema drive.files.list
8382
gws drive files list --params '{"pageSize": 100}' --page-all | jq -r '.files[].name'
8483
```
8584

86-
---
8785

8886
## Authentication
8987

@@ -147,7 +145,6 @@ export GOOGLE_WORKSPACE_CLI_TOKEN=$(gcloud auth print-access-token)
147145

148146
Environment variables can also live in a `.env` file.
149147

150-
---
151148

152149
## AI Agent Skills
153150

@@ -177,7 +174,6 @@ The `gws-shared` skill includes an `install` block so OpenClaw auto-installs the
177174

178175
</details>
179176

180-
---
181177

182178
## Advanced Usage
183179

@@ -209,7 +205,6 @@ gws gmail users messages get --params '...' \
209205
| `GOOGLE_WORKSPACE_CLI_SANITIZE_TEMPLATE` | Default Model Armor template |
210206
| `GOOGLE_WORKSPACE_CLI_SANITIZE_MODE` | `warn` (default) or `block` |
211207

212-
---
213208

214209
## Architecture
215210

@@ -223,7 +218,6 @@ gws gmail users messages get --params '...' \
223218

224219
All output — success, errors, download metadata — is structured JSON.
225220

226-
---
227221

228222
## Development
229223

@@ -234,7 +228,6 @@ cargo test # unit tests
234228
./scripts/coverage.sh # HTML coverage report → target/llvm-cov/html/
235229
```
236230

237-
---
238231

239232
## License
240233

0 commit comments

Comments
 (0)