From 1deca0be2fcab0fb74f64698558e5aa96ecccc43 Mon Sep 17 00:00:00 2001 From: Yukihiro Hasegawa <49516827+y-hsgw@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:55:30 +0900 Subject: [PATCH] docs: Correct link references and adjust indentation (#223) * docs: fix indent * docs: fix ci link * docs: fix indent --- README.md | 4 +++- docs/project-structure.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b993ade..85a4d684 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Bulletproof React 🛡️ ⚛️ [![MIT License](https://img.shields.io/github/license/alan2207/bulletproof-react)](https://github.com/alan2207/bulletproof-react/blob/master/LICENSE) -[![CI](https://github.com/alan2207/bulletproof-react/actions/workflows/ci.yml/badge.svg)](https://github.com/alan2207/bulletproof-react/actions/workflows/ci.yml) +[![Next.js App CI](https://github.com/alan2207/bulletproof-react/actions/workflows/nextjs-app-ci.yml/badge.svg)](https://github.com/alan2207/bulletproof-react/actions/workflows/nextjs-app-ci.yml) +[![Next.js Pages CI](https://github.com/alan2207/bulletproof-react/actions/workflows/nextjs-pages-ci.yml/badge.svg)](https://github.com/alan2207/bulletproof-react/actions/workflows/nextjs-pages-ci.yml) +[![React Vite CI](https://github.com/alan2207/bulletproof-react/actions/workflows/react-vite-ci.yml/badge.svg)](https://github.com/alan2207/bulletproof-react/actions/workflows/react-vite-ci.yml) A simple, scalable, and powerful architecture for building production ready React applications. diff --git a/docs/project-structure.md b/docs/project-structure.md index 984259c2..0af1c320 100644 --- a/docs/project-structure.md +++ b/docs/project-structure.md @@ -25,7 +25,7 @@ src | +-- stores # global state stores | -+-- testing # test utilities and mocks ++-- testing # test utilities and mocks | +-- types # shared types used across the application |