Skip to content

Commit

Permalink
refactor: getting started
Browse files Browse the repository at this point in the history
- Responsive design
- Use built-in React library for Tab management
- Tabs with icons
- Code interpolates version automatically
- Avoid usage of external resources

Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed Aug 9, 2023
1 parent 912059e commit be64c01
Show file tree
Hide file tree
Showing 23 changed files with 1,290 additions and 1,269 deletions.
6 changes: 0 additions & 6 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,6 @@ const config = {
options: {
target: '_blank',
},
},
{
resolve: 'gatsby-remark-prismjs',
options: {
inlineCodeMarker: '÷',
},
}
],
}
Expand Down
2 changes: 2 additions & 0 deletions gatsby-node.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const path = require('path');
const {defaultLocale} = require('./src/i18n');
const latestJKubeVersion = require('./src/jkube-utils').readLatestVersion().toString();

const mainTemplate = path.resolve('src', 'templates', 'main.jsx');
const docTemplate = path.resolve('src', 'templates', 'doc.jsx');
Expand Down Expand Up @@ -80,6 +81,7 @@ const createMarkdownPages = async ({createPage, graphql, reporter}) => {
context: {
id,
locale,
latestJKubeVersion
},
});
});
Expand Down
Loading

0 comments on commit be64c01

Please sign in to comment.