Commit graph

969 commits

Author SHA1 Message Date
bholmesdev
d93f5242df chore: remove revealSecret from ex 2023-03-03 10:00:10 -05:00
bholmesdev
b703f4b654 chore: update DocsContent comments 2023-03-03 08:51:43 -05:00
bholmesdev
aabc064050 chore: update example coding challenge 2023-03-03 08:49:10 -05:00
bholmesdev
35cd0630c5 docs: add "exclusively" to README 2023-03-03 08:42:48 -05:00
bholmesdev
a72a1dbda1 chore: with-markdoc filetree 2023-03-03 08:42:48 -05:00
bholmesdev
d66ee0dcd0 refactor: move markdoc transform to build time 2023-03-03 08:42:48 -05:00
bholmesdev
9e45239133 Revert "feat: support .md overrides for content collections"
This reverts commit c06f83ef85.
2023-03-03 08:39:41 -05:00
bholmesdev
7d201b9a46 chore: mdoc -> md 2023-03-03 08:39:41 -05:00
bholmesdev
61ceb11fb4 fix: lock 2023-03-03 08:39:41 -05:00
bholmesdev
04e456e3bb docs: add note on Aside src 2023-03-03 08:39:41 -05:00
bholmesdev
cb89b73191 docs: README edits 2023-03-03 08:39:41 -05:00
bholmesdev
aa01a2c512 docs: change with-markdoc title 2023-03-03 08:39:41 -05:00
bholmesdev
9365aadc3b docs: update example README 2023-03-03 08:39:41 -05:00
bholmesdev
03525734ac chore: remove unused deps 2023-03-03 08:39:40 -05:00
bholmesdev
12cdbcd967 chore: unused style tag 2023-03-03 08:39:40 -05:00
bholmesdev
fbe100a70e chore: clean up Markdoc starter to essentials 2023-03-03 08:39:40 -05:00
bholmesdev
7cc28032c2 chore: unused file 2023-03-03 08:39:40 -05:00
bholmesdev
5371403734 chore: with-markdoc strictNullChecks 2023-03-03 08:39:40 -05:00
bholmesdev
f9bd8125fb play: add docs example with Aside and Since ported 2023-03-03 08:39:40 -05:00
bholmesdev
ff611250d9 deps: add shiki for Code comp error 2023-03-03 08:39:39 -05:00
bholmesdev
319d5945c2 play: make sure md also works 2023-03-03 08:39:38 -05:00
bholmesdev
85e49304c7 wip: move mdx to collection type API 2023-03-03 08:39:37 -05:00
bholmesdev
8818f58b72 deps: mdx 2023-03-03 08:39:37 -05:00
bholmesdev
abe1d40ba8 feat: move Renderer to markdoc, get Content component! 2023-03-03 08:39:37 -05:00
bholmesdev
a15c2fbd97 deps: move to @astrojs/markdoc 2023-03-03 08:39:37 -05:00
bholmesdev
80dd10cbe3 wip: get dream API for file loader working 2023-03-03 08:39:37 -05:00
bholmesdev
7d0a6b8042 wip: play with separate markdoc config 2023-03-03 08:39:37 -05:00
bholmesdev
fa52eb4844 fix: render attributes to html 2023-03-03 08:39:37 -05:00
bholmesdev
5b1492eb82 deps: stringify-attributes 2023-03-03 08:39:37 -05:00
bholmesdev
e141dc9da9 fix: component render bug 2023-03-03 08:39:37 -05:00
bholmesdev
a6920f2705 feat: basic Astro renderer in with-markdoc 2023-03-03 08:39:37 -05:00
Kanad Gupta
f4bf41bb27
fix: use official MDX extension (#6408)
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-03-02 14:48:17 -06:00
Houston (Bot)
5c95f4f95a
[ci] release (#6377)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-02 14:32:38 -06:00
Houston (Bot)
71743aeca7
[ci] release (#6359)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-27 08:55:42 -05:00
weakish
9f0ae4e6eb
Update doc link in non-html-pages example README (#6369) 2023-02-25 19:54:36 +01:00
Houston (Bot)
a848a723f6
[ci] release (#6287)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-23 14:50:11 -06:00
Brian McManus
48b54d92ea
Fixes example README links to open in codespaces (#6346) 2023-02-23 11:20:19 -06:00
Brian McManus
7da05febea
Enhanced Astro codespace support (#6288)
* Enhanced Astro codespace support

Enhances the base devcontainer and Dockerfile to provide a smoother
development experience out of the box for contributors.

Adds a devcontainer per example so that we can add buttons on astro.new
that will launch users straight into the appropriate example app.

* Cleanup devcontainers and pin base image

* Update .devcontainer/example-welcome-message.txt

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>

---------

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
2023-02-23 09:34:37 -06:00
Chris Swithinbank
5e86b011dc
Improve portfolio example icon support (#6343) 2023-02-23 15:48:01 +01:00
Eric P Sheets
a9a40d05d6
fix(examples/docs): future-proof Discord link (#6325) 2023-02-21 16:31:28 -06:00
Christofer J. Ekervhén
2a6d09e5d2
Fix import of type HTMLAttributes in blog example (#6322)
* Fix extend type HTMLAttributes in blog example

* Update examples/blog/src/components/HeaderLink.astro

Co-authored-by: Christofer J. Ekervhén <45903979+ChrisEke@users.noreply.github.com>

---------

Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-02-21 14:21:19 +01:00
Houston (Bot)
2e4ca0370a
[ci] release (#6279)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-17 13:44:15 -05:00
Nate Moore
61113dd731
Fix prerendered page handling on Deno (#6284)
* fix(deno): handle prerendered pages

* test(deno): add prerender test

* fix: defensively access vite.build.rollupOptions.external

* fix(deno): support other formats of rollupOptions.external

* fix(deno): crawl prerendered files for match

* fix(deno): ignore deno error in server file

* fix(deno): cross-platform serve file
2023-02-17 13:19:19 -05:00
Houston (Bot)
a486104692
[ci] release (#6269)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-17 14:48:21 +01:00
Houston (Bot)
fb4e79bf1f
[ci] release (#6261)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-16 14:36:33 -05:00
Houston (Bot)
66acc6a65c
[ci] release (#6251)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-15 22:54:16 +08:00
Houston (Bot)
4b89c2b553
[ci] release (#6239)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-15 08:05:27 -05:00
Houston (Bot)
27a0b6339b
[ci] release (#6200)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-13 15:26:13 -05:00
Houston (Bot)
d6845245f2
[ci] release (#6184)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-09 14:27:56 -05:00
bholmesdev
0c3485ab07 [ci] format 2023-02-09 14:50:17 +00:00