Skip to content

Commit

Permalink
Merge branch 'main' of github.com:MicroWebStacks/astro-big-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wassfila committed May 26, 2024
2 parents 2f8e51a + 75dbb8d commit eb6c781
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# astro big doc

Live demo : https://astro-big-doc.netlify.app
Live demo : https://microwebstacks.github.io/astro-big-doc/

Astro Theme for big documentation websites. Hierarchical pages menu from files structure and table of content, Markdown rendered as CMS with Astro components for panzoom, 3D, links, interactive tables, diagrams from code, VSCode like highlighter.

Expand Down
4 changes: 2 additions & 2 deletions content/home/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ will generate this image height adjusted size. Aspect ratio is conserved even wh
This is a Gallery Astro component, a yaml Code block with metadata 'gallery' is provided with a list of images like this

``````
```yaml gallery
```yaml pz_gallery
- tree.svg
- gallery-tiger.svg
- gallery-long_diag.svg
Expand All @@ -51,7 +51,7 @@ This is a Gallery Astro component, a yaml Code block with metadata 'gallery' is

will generate this gallery

```yaml gallery
```yaml pz_gallery
- tree.svg
- images/gallery-tiger.svg
- images/gallery-long_diag.svg
Expand Down

0 comments on commit eb6c781

Please sign in to comment.