Skip to content

Commit a8b33ab

Browse files
fix: code hightlighting and other markdown features (#26)
1 parent 5eec502 commit a8b33ab

File tree

5 files changed

+926
-964
lines changed

5 files changed

+926
-964
lines changed

_config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

docusaurus.config.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,12 @@ module.exports = {
2626
label: 'Get Started',
2727
position: 'left',
2828
},
29-
// {
30-
// to: 'docs/installation/quick-start',
31-
// activeBasePath: 'docs',
32-
// label: 'Installation',
33-
// position: 'left',
34-
// },
35-
// {
36-
// to: 'docs/getting-started/start-your-node',
37-
// activeBasePath: 'docs',
38-
// label: 'Start Your Node',
39-
// position: 'left',
40-
// },
4129
{
4230
to: 'docs/api-reference',
4331
activeBasePath: 'docs',
4432
label: 'API Reference',
4533
position: 'left',
4634
},
47-
// {to: 'blog', label: 'Blog', position: 'left'},
4835
{
4936
href: 'https://github.com/ethersphere/bee-js',
5037
label: 'GitHub',

0 commit comments

Comments
 (0)