Skip to content

Commit 21c3912

Browse files
committed
Upgrade to alpha 48
1 parent 08b83a8 commit 21c3912

File tree

4 files changed

+1261
-1191
lines changed

4 files changed

+1261
-1191
lines changed

docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,29 @@ This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern
44

55
### Installation
66

7-
```
7+
```bash
88
$ yarn
99
```
1010

1111
### Local Development
1212

13-
```
13+
```bash
1414
$ yarn start
1515
```
1616

1717
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
1818

1919
### Build
2020

21-
```
21+
```bash
2222
$ yarn build
2323
```
2424

2525
This command generates static content into the `build` directory and can be served using any static contents hosting service.
2626

2727
### Deployment
2828

29-
```
29+
```bash
3030
$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
3131
```
3232

docs/docusaurus.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ module.exports = {
1414
organizationName: user, // Usually your GitHub org/user name.
1515
projectName: project, // Usually your repo name.
1616
themeConfig: {
17+
prism: {
18+
additionalLanguages: ["php"]
19+
},
1720
navbar: {
1821
title: title,
1922
logo: {

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
},
1111
"dependencies": {
1212
"@cmfcmf/docusaurus-search-local": "https://github.com/cmfcmf/docusaurus-search-local",
13-
"@docusaurus/core": "^2.0.0-alpha.40",
14-
"@docusaurus/preset-classic": "^2.0.0-alpha.40",
13+
"@docusaurus/core": "^2.0.0-alpha.48",
14+
"@docusaurus/preset-classic": "^2.0.0-alpha.48",
1515
"classnames": "^2.2.6",
16-
"react": "^16.8.4",
17-
"react-dom": "^16.8.4"
16+
"react": "^16.13.0",
17+
"react-dom": "^16.13.0"
1818
},
1919
"browserslist": {
2020
"production": [

0 commit comments

Comments
 (0)