battlecode / galaxy

MIT License
10 stars 3 forks source link

loading content for each episode #762

Open nour-massri opened 4 months ago

nour-massri commented 4 months ago

Modified src/content folder to add a content file for each episode created ManageContent.ts to create records: <episode_id, text> for each content page: quickstart, resources and tournaments created ContentStrucuts.ts to manage types used in Tournament record

Closes #785 :rocket:

nour-massri commented 2 months ago

will work on better style for QuickStart, Resources by either using Section Cards just like home or modifying the DocumentationPage component