Skip to content

Commit

Permalink
Bring back learn section but with a note
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Jan 18, 2024
1 parent 8315cda commit c8413e9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10 deletions.
8 changes: 7 additions & 1 deletion website/docs/learn/entries.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
---
title: Bamboo Entries
title: Entries
---

import ImageFrame from '@site/src/components/ImageFrame';

:::danger Slightly outdated

While a lot in this document is still true for p2panda we've slightly adjusted our core data types to look a little bit different, for example "Bamboo" got removed. You can read more about it in our [namakemono specification](/specifications/namakemono). This section will be adjusted soon!

:::

## Trust is funny

Oh, we’ve just got this postcard from a Penguin:
Expand Down
6 changes: 6 additions & 0 deletions website/docs/learn/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
title: Operations and Documents
---

:::danger Slightly outdated

While a lot in this document is still true for p2panda we've slightly adjusted our core data types to look a little bit different. You can read more about it in our [namakemono specification](/specifications/namakemono). This section will be adjusted soon!

:::

import ImageFrame from '@site/src/components/ImageFrame';

Most of the time, whenever we do something, we usually do it in multiple steps. For example when we cook a good curry for our friends.
Expand Down
14 changes: 6 additions & 8 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,12 @@ const config = {
position: 'left',
label: 'About',
},
// @TODO: We need to re-write the learn section a little as things like "Bamboo" etc. got removed from the specification.
// See related issue: https://github.com/p2panda/handbook/issues/306
// {
// type: 'doc',
// docId: 'learn/index',
// position: 'left',
// label: 'Learn',
// },
{
type: 'doc',
docId: 'learn/index',
position: 'left',
label: 'Learn',
},
{
type: 'doc',
docId: 'tutorials/index',
Expand Down
2 changes: 1 addition & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const sidebars = {
],
// @TODO: We need to re-write the learn section a little as things like "Bamboo" etc. got removed from the specification.
// See related issue: https://github.com/p2panda/handbook/issues/306
// learn: ['learn/index', 'learn/entries', 'learn/operations', 'learn/networks'],
learn: ['learn/index', 'learn/entries', 'learn/operations', 'learn/networks'],
specifications: [
'specifications/index',
'specifications/namakemono/index',
Expand Down

0 comments on commit c8413e9

Please sign in to comment.