Skip to content

Commit

Permalink
Merge branch 'main' into 4.0-tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ParmeJon committed Sep 4, 2020
2 parents aca96d3 + 70b522e commit 10710d3
Show file tree
Hide file tree
Showing 4 changed files with 356 additions and 16 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: Github Pages

on:
pull_request:
branches:
- main
push:
branches:
- main
- main
paths:
- 'guides-website/**'

jobs:
deploy:
Expand Down
4 changes: 2 additions & 2 deletions guides-website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ module.exports = {
showLastUpdateTime: true,
// Please change this to your repo.
editUrl:
'https://github.com/wwnorton/style/edit/docs-docusaurus/guides-website/',
'https://github.com/wwnorton/style/edit/main/guides-website/',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
editUrl:
'https://github.com/wwnorton/style/edit/docs-docusaurus/guides-website/blog/',
'https://github.com/wwnorton/style/edit/main/guides-website/',
},
theme: {
customCss: require.resolve('./src/scss/main.scss'),
Expand Down
14 changes: 4 additions & 10 deletions guides-website/sidebars.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
module.exports = {
docs: [
'introduction',
{
type: 'category',
label: 'Guides',
items: [
'javascript',
'react',
'typescript',
'css-sass',
]
}
'javascript',
'react',
'typescript',
'css-sass',
]
};

0 comments on commit 10710d3

Please sign in to comment.