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 |