Skip to content

Commit b17d9c5

Browse files
Audit READMES - remove table of contents, correct demo links and hasShowcase values (#1287)
* fix: make sure demo links work, add if missing, update hasShowcase prop as needed * Add missing spacing Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com> --------- Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
1 parent da72e42 commit b17d9c5

19 files changed

Lines changed: 21 additions & 246 deletions

File tree

starters/angular-apollo-tailwind/README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@
22

33
This starter kit features **Angular 13**, **Apollo** and **Tailwind CSS**.
44

5-
## Table of Contents
6-
7-
- [Overview](#overview)
8-
- [Tech Stack](#tech-stack)
9-
- [Included Tooling](#included-tooling)
10-
- [Example Components](#example-components)
11-
- [Installation](#installation)
12-
- [CLI](#cli-recommended)
13-
- [Manual](#manual)
14-
- [Commands](#commands)
15-
- [Demo Implementation](#demo-implementation)
16-
175
## Overview
186

197
### Tech Stack
@@ -89,4 +77,4 @@ git clone https://github.com/thisdot/starter.dev.git
8977

9078
[Repository](https://github.com/thisdot/starter.dev-github-showcases/tree/main/angular-apollo-tailwind)
9179

92-
[Live Application](http://angular-apollo-tailwind.starter.dev/)
80+
[Live Application](https://angular-apollo-tailwind.starter.dev/)

starters/angular-ngrx-scss/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,6 @@
22

33
This starter kit features Angular 13, NgRx and SCSS.
44

5-
## Table of Contents
6-
7-
- [Overview](#overview)
8-
- [Tech Stack](#tech-stack)
9-
- [Included Tooling](#included-tooling)
10-
- [Architectural Decisions](#architectural-decisions)
11-
- [Example Components](#example-components)
12-
- [Installation](#installation)
13-
- [CLI](#cli-recommended)
14-
- [Manual](#manual)
15-
- [Commands](#commands)
16-
- [Demo Implementation](#demo-implementation)
17-
185
## Overview
196

207
### Tech Stack

starters/cra-rxjs-styled-components/README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,6 @@
22

33
This starter kit features Create React App, RxJS and styled-components.
44

5-
## Table of Contents
6-
7-
- [cra-rxjs-styled-components starter kit](#cra-rxjs-styled-components-starter-kit)
8-
- [Table of Contents](#table-of-contents)
9-
- [Overview](#overview)
10-
- [Tech Stack](#tech-stack)
11-
- [Included Tooling](#included-tooling)
12-
- [Example Components](#example-components)
13-
- [Installation](#installation)
14-
- [CLI (Recommended)](#cli-recommended)
15-
- [Manual](#manual)
16-
- [Commands](#commands)
17-
- [Kit Organization / Architecture](#kit-organization--architecture)
18-
- [Example directory](#example-directory)
19-
- [Demo Implementation](#demo-implementation)
20-
215
## Overview
226

237
### Tech Stack
@@ -123,4 +107,6 @@ The demo components included in the starter.kit are co-located with the tests an
123107

124108
[Repository](https://github.com/thisdot/starter.dev-github-showcases/tree/main/cra-rxjs-styled-components)
125109

110+
[Live Application](https://cra-rxjs-styled-components.starter.dev/)
111+
126112
The demo application re-implements some of GitHub's pages and functionality. It uses the OAuth credentials in GitHub to authenticate users with their GitHub accounts and uses RxJS to fetch data from the GitHub API. Check out the link above to learn more or check out the demo!

starters/deno-oak-denodb/README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,5 @@
11
# deno-oak-denodb starter kit
22

3-
## Table of contents
4-
5-
* [Overview](#overview)
6-
* [Installation](#installation)
7-
+ [CLI (Recommended)](#cli-recommended)
8-
+ [Manual](#manual)
9-
+ [Database setup](#database-setup)
10-
+ [Seeding](#seeding)
11-
* [Available commands](#available-commands)
12-
+ [Tasks](#tasks)
13-
+ [Formatting and linting](#formatting-and-linting)
14-
+ [Testing](#testing)
15-
+ [Keeping integrity through lock file](#keeping-integrity-through-lock-file)
16-
+ [Generating documentation](#generating-documentation)
17-
+ [Generating TypeScript files from GraphQL schema](#generating-typescript-files-from-graphql-schema)
18-
* [Using the GraphQL API](#using-the-graphql-api)
19-
* [CORS configuration](#cors-configuration)
20-
* [Kit organization / architecture](#kit-organization--architecture)
21-
+ [Default API routes](#default-api-routes)
22-
+ [Expanding further](#expanding-further)
23-
- [Authentication](#authentication)
24-
- [Templating](#templating)
25-
* [Deployment](#deployment)
26-
273
## Overview
284

295
This starter kit can be used for scaffolding an all-Deno based backend. It uses the following technologies:

starters/expo-zustand-styled-components/README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,6 @@
22

33
This starter kit features **Expo**, combined with **Zustand**, and **Styled-components**
44

5-
- [expo-zustand-styled-components starter kit](#expo-zustand-styled-components-starter-kit)
6-
- [Table of Contents](#table-of-contents)
7-
- [Overview](#overview)
8-
- [Tech Stack](#tech-stack)
9-
- [Included Tooling](#included-tooling)
10-
- [Example Components](#example-components)
11-
- [Installation](#installation)
12-
- [CLI (Recommended)](#cli-recommended)
13-
- [Manual](#manual)
14-
- [Commands](#commands)
15-
- [Kit Organization / Architecture](#kit-organization--architecture)
16-
- [Demo Implementation](#demo-implementation)
17-
185
## Overview
196

207
### Tech Stack
@@ -104,4 +91,6 @@ The demo components included in the starter.kit are co-located with the tests. I
10491

10592
[Repository](https://github.com/thisdot/starter.dev-github-showcases/tree/main/expo-zustand-styled-components)
10693

94+
[Live Application](https://expo-zustand-styled-components.starter.dev/)
95+
10796
The demo application re-implements some of GitHub's pages and functionality. It uses the OAuth credentials in GitHub to authenticate users with their GitHub accounts and uses RxJS to fetch data from the GitHub API. Check out the link above to learn more or check out the demo!

starters/expo-zustand-styled-components/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"zustand",
99
"styled-components"
1010
],
11+
"hasShowcase": true,
1112
"scripts": {
1213
"start": "expo start",
1314
"android": "expo start --android",

starters/express-apollo-prisma/README.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,6 @@
22

33
This starter kit features Express, Apollo Server and Prisma.
44

5-
## Table of Contents
6-
7-
- [express-apollo-prisma starter kit](#express-apollo-prisma-starter-kit)
8-
- [Table of Contents](#table-of-contents)
9-
- [Overview](#overview)
10-
- [Tech Stack](#tech-stack)
11-
- [Included Tooling](#included-tooling)
12-
- [Installation](#installation)
13-
- [CLI (Recommended)](#cli-recommended)
14-
- [Manual](#manual)
15-
- [Built-in Scripts](#built-in-scripts)
16-
- [Environment Variables](#environment-variables)
17-
- [Database and Redis](#database-and-redis)
18-
- [Seeding](#seeding)
19-
- [Updating Schemas and Entities](#updating-schemas-and-entities)
20-
- [Pagination](#pagination)
21-
- [Production build](#production-build)
22-
- [CORS Cross-Origin Resource Sharing](#cors-cross-origin-resource-sharing)
23-
- [Project Structure](#project-structure)
24-
- [Folder structure](#folder-structure)
25-
- [GraphQL Modules](#graphql-modules)
26-
- [Example GraphQL Module](#example-graphql-module)
27-
- [Technologies](#technologies)
28-
- [Express](#express)
29-
- [Apollo Server](#apollo-server)
30-
- [ORM](#orm)
31-
- [Queueing](#queueing)
32-
- [Caching](#caching)
33-
- [Testing](#testing)
34-
- [Deployment](#deployment)
35-
365
## Overview
376

387
### Tech Stack

starters/express-typeorm-postgres/README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,6 @@
22

33
This starter kit features Express, Typescript API setup
44

5-
## Table of Contents
6-
7-
- [express-typeorm-postgres starter kit](#express-typeorm-postgres-starter-kit)
8-
- [Table of Contents](#table-of-contents)
9-
- [Overview](#overview)
10-
- [Tech Stack](#tech-stack)
11-
- [Included Tooling](#included-tooling)
12-
- [Installation](#installation)
13-
- [CLI (Recommended)](#cli-recommended)
14-
- [Manual](#manual)
15-
- [Commands](#commands)
16-
- [Example Controllers](#example-controllers)
17-
- [Database and Redis](#database-and-redis)
18-
- [Seeding](#seeding)
19-
- [Reset infrastructure](#reset-infrastructure)
20-
- [Production build](#production-build)
21-
- [CORS Cross-Origin Resource Sharing](#cors-cross-origin-resource-sharing)
22-
- [Kit Organization / Architecture](#kit-organization--architecture)
23-
- [Folder structure](#folder-structure)
24-
- [Express](#express)
25-
- [TypeOrm](#typeorm)
26-
- [Caching](#caching)
27-
- [Queue](#queue)
28-
- [Testing](#testing)
29-
- [API documentation and Schema generation](#api-documentation-and-schema-generation)
30-
315
## Overview
326

337
### Tech Stack

starters/next12-chakra-ui/README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
# nextjs12-chakra-ui starter kit
22

3-
## Table of Contents
4-
5-
- [Overview](#overview)
6-
- [Installation](#installation)
7-
- [CLI (Recommended)](#cli-recommended)
8-
- [Manual](#manual)
9-
- [Commands](#commands)
10-
- [State management](#state-management)
11-
- [Testing](#testing)
12-
- [Unit testing](#unit-testing)
13-
- [Storybook's Accessibility testing](#storybooks-accessibility-testing)
14-
- [Chakra UI's Customizable theme](#chakra-uis-customizable-theme)
15-
- [Example Components](#example-components)
16-
- [API routes example](#api-routes-example)
17-
- [Counter Example](#counter-example)
18-
- [Fetch example](#fetch-example)
19-
- [Kit Organization / Architecture](#kit-organization--architecture)
20-
- [How to deploy your project](#how-to-deploy-your-project)
21-
223
## Overview
234

245
This Next.js 12 starter kit comes with formatting, linting, example components, testing and styling. Here is the complete list of technologies and tooling used in this kit:

starters/next12-react-query-tailwind/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,6 @@ Mock Service Worker makes it easy to write tests or stories for Components or fi
9191

9292
[Repository](https://github.com/thisdot/starter.dev-github-showcases/tree/main/next-react-query-tailwind)
9393

94+
[Live Application](https://next-react-query-tailwind.starter.dev/)
95+
9496
The demo for this starter kit is a partial implementation of some GitHub functionality. It uses the NextAuth library to authenticate users with their GitHub accounts and uses the GitHub GraphQL API with codegen and React Query to fetch data from the GitHub API. Check out the link above to learn more or check out the demo!

0 commit comments

Comments
 (0)