Skip to content

Commit b948060

Browse files
committed
Remove NOTE
1 parent 5cf53bd commit b948060

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
[![Click to access Bash Style Guide](https://img.shields.io/badge/Click%20to%20access%20Bash%20Style%20Guide-blue?style=for-the-badge)](https://bsg.hthompson.dev)
66

7-
> [!NOTE]
8-
> To access the full Bash Style Guide, click the blue badge above or navigate to [bsg.hthompson.dev](https://bsg.hthompson.dev).
9-
107
Over the past few years, I've written many Bash scripts—some good, some bad, and some downright ugly. This guide distills those experiences into a set of best practices for writing safe, predictable, and maintainable Bash scripts.
118

129
The guide expands significantly upon [bahamas10’s Bash Style Guide](https://github.com/bahamas10/bash-style-guide) and incorporates foundational principles from [Wooledge's Bash Practices](http://mywiki.wooledge.org/BashGuide/Practices). Any practices not explicitly covered here generally align with those resources.
@@ -19,7 +16,6 @@ You are encouraged to fork this repository for your own use and contribute to it
1916
- [Bash Style Guide](#bash-style-guide)
2017
- [Requirements](#requirements)
2118
- [Quick Start](#quick-start)
22-
- [Project Structure](#project-structure)
2319
- [Build \& Development](#build--development)
2420
- [Acknowledgments](#acknowledgments)
2521
- [License](#license)
@@ -52,13 +48,6 @@ To preview the Bash Style Guide locally:
5248

5349
Or, visit the hosted version at [bsg.hthompson.dev](https://bsg.hthompson.dev).
5450

55-
## Project Structure
56-
57-
- `docs/` — Main documentation content (guidelines, changelog, etc.)
58-
- `docs/stylesheets/` — Custom CSS for the site
59-
- `overrides/` — MkDocs Material theme overrides
60-
- `mkdocs.yml` — MkDocs configuration
61-
6251
## Build & Development
6352

6453
- **Install dependencies:**

0 commit comments

Comments
 (0)