Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render markdown as documentation pages #6

Merged
merged 35 commits into from
Mar 27, 2024
Merged

Render markdown as documentation pages #6

merged 35 commits into from
Mar 27, 2024

Conversation

EthanThatOneKid
Copy link
Contributor

Changes

  • Organize documentation in markdown files under the directory /server/docs/.
  • Render markdown file via server/docs/docs.ts.

Resolves #5.

@deno-deploy deno-deploy bot had a problem deploying to Preview March 22, 2024 23:18 Failure
@deno-deploy deno-deploy bot had a problem deploying to Preview March 22, 2024 23:53 Failure
@deno-deploy deno-deploy bot had a problem deploying to Preview March 23, 2024 05:21 Failure
@deno-deploy deno-deploy bot had a problem deploying to Preview March 23, 2024 21:48 Failure
@deno-deploy deno-deploy bot had a problem deploying to Preview March 23, 2024 23:45 Failure
@deno-deploy deno-deploy bot had a problem deploying to Preview March 25, 2024 04:41 Failure
- add overridable names.
- update `docs/02_playgrounds/00_index.md` documentation file.
- add `<meta name="robots" content="noindex, nofollow" />` to `routes/playgrounds/[id].tsx` route file.
- create `components/playground_aside.tsx` component file.
- create dedicated md.css for documentation pages.
- update documentation.
- support default and example playgrounds.
@EthanThatOneKid EthanThatOneKid merged commit 8b7505d into main Mar 27, 2024
3 checks passed
@EthanThatOneKid EthanThatOneKid deleted the fix/5 branch March 27, 2024 07:13
@EthanThatOneKid EthanThatOneKid linked an issue Mar 28, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tutorials: Documentation + Examples Add table of contents
1 participant