Skip to content

Commit

Permalink
doc: Update docusaurus to 1.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed May 31, 2024
1 parent 0b572a3 commit 8065495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"rename-version": "docusaurus-rename-version"
},
"devDependencies": {
"docusaurus": "^1.14.4"
"docusaurus": "^1.14.7"
}
}
4 changes: 2 additions & 2 deletions website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@ class Index extends React.Component {
<Container
padding={['bottom', 'top']}
background="light"
className="oneColumn">
className="twoColumn">
<div>
<img width='200px' src={`${baseUrl}img/logos/airframe-logo-tr.png`} alt="Project Logo"/>
</div>
</Container>
);

const Features = ({background = 'light'}) => (
<Block layout="oneColumn">
<Block layout="twoColumn">
{[
{
content: 'Airframe extends capability of Scala to the next level. Have you ever used [slf4](http://slf4j.org/) (logging), [Jackson](https://github.com/FasterXML/jackson) (JSON-based serialization), [Guice](https://github.com/google/guice) (dependency injection)? ' +
Expand Down

0 comments on commit 8065495

Please sign in to comment.