Skip to content

Commit 2c4868d

Browse files
committed
only keep Markdown source in this repo
1 parent a10d4f6 commit 2c4868d

Some content is hidden

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

63 files changed

+14
-15257
lines changed

.browserslistrc

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

.eslintignore

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

.eslintrc.js

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

.github/workflows/deploy.yml

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

.github/workflows/preview.yml

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

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,7 @@ This is the website of Violentmonkey.
55
## Structure
66

77
```
8-
├── content
9-
│ ├── api
10-
│ ├── faq
11-
│ ├── ...
12-
│ └── posts # blog posts about Violentmonkey
13-
└── src # theme
14-
```
15-
16-
## Development
17-
18-
```bash
19-
$ yarn
20-
$ yarn dev
8+
└── content
9+
├── pages
10+
└── posts # blog posts about Violentmonkey
2111
```

babel.config.js

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

content/api/gm.md renamed to content/pages/api/gm.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
---
22
title: Privileged APIs
33
date: 2018-04-25 15:15:15
4-
path: "/api/gm/"
5-
redirect_from:
6-
- /api/
74
sidebar:
8-
match: /api/
95
order: 0
106
---
117

12-
import { Field } from '@/components/field';
13-
import { InfoBox } from '@/components/box';
14-
158
Violentmonkey APIs are derived from those in Greasemonkey v3, and most of them work the same way, `GM.*` [Greasemonkey v4-compatible](https://wiki.greasespot.net/Greasemonkey_Manual:API) aliases were added in VM2.12.0.
169

1710
## unsafeWindow
File renamed without changes.

0 commit comments

Comments
 (0)