Skip to content

Commit e7f29d1

Browse files
committed
quickstart documentation revamp project
1 parent c4ccbaa commit e7f29d1

File tree

4 files changed

+41
-0
lines changed

4 files changed

+41
-0
lines changed

docs/.nojekyll

Whitespace-only changes.

docs/_sidebar.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Getting started
2+
- [Overview](overview.md)

docs/index.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<title>Document</title>
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7+
<meta name="description" content="Description" />
8+
<meta
9+
name="viewport"
10+
content="width=device-width, initial-scale=1.0, minimum-scale=1.0"
11+
/>
12+
<link
13+
rel="stylesheet"
14+
href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css"
15+
/>
16+
</head>
17+
<body>
18+
<div id="app"></div>
19+
<script>
20+
window.$docsify = {
21+
name: 'Ember Data Factory Guy',
22+
repo: 'https://github.com/adopted-ember-addons/ember-data-factory-guy',
23+
loadSidebar: true,
24+
subMaxLevel: 3,
25+
};
26+
</script>
27+
<!-- Docsify v4 -->
28+
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
29+
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code"></script>
30+
<script src="https://cdn.jsdelivr.net/npm/docsify-tabs@1"></script>
31+
</body>
32+
</html>

docs/overview.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[![Build Status](https://github.com/adopted-ember-addons/ember-data-factory-guy/actions/workflows/ci.yml/badge.svg)](https://github.com/adopted-ember-addons/ember-data-factory-guy/actions/workflows/ci.yml) [![Ember Observer Score](http://emberobserver.com/badges/ember-data-factory-guy.svg)](http://emberobserver.com/addons/ember-data-factory-guy) [![npm version](https://badge.fury.io/js/ember-data-factory-guy.svg)](http://badge.fury.io/js/ember-data-factory-guy)
2+
3+
# Overview
4+
5+
Feel the thrill and enjoyment of testing when using Factories instead of Fixtures.
6+
Factories simplify the process of testing, making you more efficient and your tests more readable.
7+

0 commit comments

Comments
 (0)