mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 02:12:36 +02:00
* docs(v2): add docs skeleton and structure * docs(v2): add on * docs(v2): move motivation into contributing
19 lines
383 B
Markdown
19 lines
383 B
Markdown
---
|
|
id: assets
|
|
title: Using Assets
|
|
---
|
|
|
|
TODO: Talk about how to include static assets within pages and docs.
|
|
|
|
### Images
|
|
|
|
TODO: How to include images in the website and reference them from pages and docs.
|
|
|
|
### Videos
|
|
|
|
TODO: Show how to easily embed YouTube videos.
|
|
|
|
#### References
|
|
|
|
- https://v1.vuepress.vuejs.org/guide/assets.html
|
|
- https://www.gatsbyjs.org/docs/images-and-files/
|