Seneca-ICTOER / OERTemplate

Other
1 stars 5 forks source link

Add feature: hideable sidebar #26

Open uday-rana opened 1 month ago

uday-rana commented 1 month ago

Follow-up on https://github.com/Seneca-ICTOER/Intro2C/issues/182

Changes

Added the following lines to docusaurus.config.js:

docs: {
  sidebar: {
    hideable: true,
  },
},
uday-rana commented 3 weeks ago

@catherine-leung I'd appreciate it if you could review this change, thanks!