Skip to content

Commit 449f976

Browse files
committed
remove vuepress docs from main repo
1 parent 2f0a267 commit 449f976

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+128
-8024
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.cache/
22
.git/
33
.vscode/
4-
docs/
54
node_modules/
65
tests/

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.parcel-cache/
22
.vscode/
33
build/
4-
docs/.vuepress/dist/
54
node_modules/

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
.vscode/
44
build/
55
coverage/
6-
docs/.vuepress/dist/
76
node_modules/
87
sessions/
98
smocker

README.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<h1 align="center">
2-
<img src="docs/.vuepress/public/logo/logo-horizontal.png" alt="Smocker" height="100" title="Smocker logo by mandyellow" />
2+
<img src="./docs/logo-horizontal.png" alt="Smocker" height="100" title="Smocker logo by mandyellow" />
33
</h1>
44

55
[![CI](https://github.com/Thiht/smocker/actions/workflows/main.yml/badge.svg)](https://github.com/Thiht/smocker/actions/workflows/main.yml)
6-
[![Netlify Status](https://img.shields.io/netlify/61d4e090-b242-419f-8d69-e9dee3d50a37?logo=netlify)](https://app.netlify.com/sites/smocker/deploys)
76
[![Docker Repository](https://img.shields.io/badge/docker-thiht%2Fsmocker-blue?logo=docker)](https://hub.docker.com/r/thiht/smocker)
87
[![Github Release](https://img.shields.io/github/v/release/Thiht/smocker.svg?logo=github)](https://github.com/Thiht/smocker/releases/latest)
98
[![Go Report Card](https://goreportcard.com/badge/github.com/Thiht/smocker)](https://goreportcard.com/report/github.com/Thiht/smocker)
@@ -25,7 +24,6 @@ The documentation is available on [smocker.dev](https://smocker.dev).
2524
- [Development](#development)
2625
- [Backend](#backend)
2726
- [Frontend](#frontend)
28-
- [Documentation](#documentation)
2927
- [Docker](#docker)
3028
- [Caddy](#caddy)
3129
- [HTTPS](#https)
@@ -65,9 +63,9 @@ curl localhost:8081/version
6563

6664
Smocker exposes a configuration user interface. You can access it in your web browser on http://localhost:8081/.
6765

68-
![History](docs/.vuepress/public/screenshots/screenshot-history.png)
66+
![History](docs/screenshots/screenshot-history.png)
6967

70-
![Mocks](docs/.vuepress/public/screenshots/screenshot-mocks.png)
68+
![Mocks](docs/screenshots/screenshot-mocks.png)
7169

7270
## Usage
7371

@@ -160,15 +158,6 @@ The frontend is written with TypeScript and React. You can use the following com
160158
- `yarn test`: execute unit tests
161159
- `yarn test:watch`: execute unit tests, with live reload
162160

163-
### Documentation
164-
165-
The documentation is written in Markdown using [Vuepress](https://vuepress.vuejs.org/). You can use the following commands to manage the documentation:
166-
167-
- `yarn install`: install the dependencies
168-
- `yarn docs:generate`: regenerate documentation screenshots (require the whole application to be started on the default ports)
169-
- `yarn docs:dev`: start the documentation in development mode, with live reload
170-
- `yarn docs:build`: generate the static production documentation
171-
172161
### Docker
173162

174163
The application can be packaged as a standalone Docker image. You can use the following commands to manage the development lifecycle:

docs/.vuepress/config.js

Lines changed: 0 additions & 128 deletions
This file was deleted.
-58.1 KB
Binary file not shown.
-4.26 KB
Binary file not shown.
-11.1 KB
Binary file not shown.
-3.06 KB
Binary file not shown.

docs/.vuepress/public/logo/favicon/browserconfig.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)