Skip to content

Commit

Permalink
Merge pull request #37 from psmulovics/initial_docs
Browse files Browse the repository at this point in the history
partly moving to v3
  • Loading branch information
psmulovics authored Mar 29, 2024
2 parents fd4bb7c + 709e060 commit ee5db84
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 16 deletions.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
4 changes: 4 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[build]
ignore = "/bin/false"
[build.environment]
NODE_VERSION = "18.0.0"
8 changes: 4 additions & 4 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@


// Replace 'project-blueprint' with Diversity Equity & Inclusion Special Interest Group
const projectName = 'Project Blueprint'
const projectName = 'Diversity Equity & Inclusion Special Interest Group'
// Replace 'project-blueprint' with Diversity Equity & Inclusion Special Interest Group
const projectSlug = 'project-blueprint'
const projectSlug = 'Diversity Equity & Inclusion Special Interest Group'
// Replace 'FINOS' with FINOS
const copyrightOwner = 'FINOS'

Expand All @@ -17,7 +17,7 @@ module.exports = {
projectName: `FINOS Diversity Equity & Inclusion Special Interest Group `,
organizationName: 'FINOS',
customFields: {
repoUrl: `https://github.com/finos/$DEI-SIG`,
repoUrl: `https://github.com/finos/DEI-SIG`,
},
scripts: ['https://buttons.github.io/buttons.js'],
stylesheets: ['https://fonts.googleapis.com/css?family=Overpass:400,400i,700'],
Expand Down Expand Up @@ -112,7 +112,7 @@ module.exports = {
docs: {
path: '../docs',
editUrl:
'https://github.com/finos/open-developer-platform/edit/master/website/',
'https://github.com/finos/DEI-SIG/edit/main/website/',
sidebarPath: require.resolve('./sidebars.js')
},
theme: {
Expand Down
39 changes: 28 additions & 11 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,37 @@
{
"scripts": {
"docusaurus": "docusaurus",
"deploy": "docusaurus deploy",
"serve": "docusaurus serve",
"clear": "docusaurus clear",
"start": "docusaurus start",
"swizzle": "docusaurus swizzle",
"build": "docusaurus build",
"publish-gh-pages": "docusaurus deploy"
},
"devDependencies": {
"@docusaurus/core": "^2.0.0-alpha.50",
"@docusaurus/preset-classic": "^2.0.0-alpha.50",
"classnames": "^2.2.6",
"eslint": "^7.25.0",
"eslint-plugin-react": "^7.23.2",
"react": "^16.10.2",
"react-dom": "^16.10.2"
},
"dependencies": {
"is-promise": "2.1.0"
"@docusaurus/core": "^3.1.0",
"@docusaurus/plugin-google-gtag": "^3.1.0",
"@docusaurus/preset-classic": "^3.1.0",
"classnames": "^2.5.1",
"prism-react-renderer": "^2.3.0",
"clsx": "^2.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=18.0"
}
}
}
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function Home() {
'button button--outline button--secondary button--lg',
styles.getStarted
)}
to={'https://github.com/finos'}>
to={'https://github.com/finos/DEI-SIG/'}>
GITHUB
</Link>
</div>
Expand Down

0 comments on commit ee5db84

Please sign in to comment.