Skip to content

Commit 941b3d0

Browse files
committedJan 25, 2025·
fix(docs): Update READMEs
1 parent b3d0323 commit 941b3d0

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed
 

Diff for: ‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,9 @@ distributed under the License is distributed on an "AS IS" BASIS,
9494
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9595
See the License for the specific language governing permissions and
9696
limitations under the License.
97+
98+
## Prior Art
99+
100+
- [Nock](https://github.com/nock/nock) - HTTP server mocking and expectations library for Node.js.
101+
- [MSW (Mock Service Worker)](https://mswjs.io/) - API mocking library for browser and Node.js.
102+
- [Fetch Mock](http://www.wheresrhys.co.uk/fetch-mock/) - Mock HTTP requests made using `fetch`.

Diff for: ‎docs/README.md

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
# Starlight Starter Kit: Basics
2-
3-
[![Built with Starlight](https://astro.badg.es/v2/built-with-starlight/tiny.svg)](https://starlight.astro.build)
4-
5-
```
6-
npm create astro@latest -- --template starlight
7-
```
8-
9-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/starlight/tree/main/examples/basics)
10-
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/starlight/tree/main/examples/basics)
11-
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/withastro/starlight&create_from_path=examples/basics)
12-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fwithastro%2Fstarlight%2Ftree%2Fmain%2Fexamples%2Fbasics&project-name=my-starlight-docs&repository-name=my-starlight-docs)
13-
14-
> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
1+
# Mentoss Website
152

163
## 🚀 Project Structure
174

0 commit comments

Comments
 (0)
Please sign in to comment.