Skip to content

Commit

Permalink
Upgrade to alpha 48
Browse files Browse the repository at this point in the history
  • Loading branch information
cmfcmf committed Mar 10, 2020
1 parent 08b83a8 commit 21c3912
Show file tree
Hide file tree
Showing 4 changed files with 1,261 additions and 1,191 deletions.
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@ This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern

### Installation

```
```bash
$ yarn
```

### Local Development

```
```bash
$ yarn start
```

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

### Build

```
```bash
$ yarn build
```

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

### Deployment

```
```bash
$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
```

Expand Down
3 changes: 3 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ module.exports = {
organizationName: user, // Usually your GitHub org/user name.
projectName: project, // Usually your repo name.
themeConfig: {
prism: {
additionalLanguages: ["php"]
},
navbar: {
title: title,
logo: {
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"dependencies": {
"@cmfcmf/docusaurus-search-local": "https://github.com/cmfcmf/docusaurus-search-local",
"@docusaurus/core": "^2.0.0-alpha.40",
"@docusaurus/preset-classic": "^2.0.0-alpha.40",
"@docusaurus/core": "^2.0.0-alpha.48",
"@docusaurus/preset-classic": "^2.0.0-alpha.48",
"classnames": "^2.2.6",
"react": "^16.8.4",
"react-dom": "^16.8.4"
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 21c3912

Please sign in to comment.