Skip to content

FPGAArcade/replay_webdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPGA Arcade

VuePress based documentation for FPGA Arcade projects.

Formatting Notes

Alerts

You can use alerts (containers) to draw the users attention to useful hints or potential for damage. Keep in mind it is the title that determines the note level, "tip", "warning" and "danger" are for the container type only.

::: tip Tip
This is for little nuggets of optional information. Perhaps a keyboard
shortcut to achieve a task quicker.
:::

::: tip Note
This is for drawing attention to information that whilst not important
may help the user save time.
:::

Tip and Note should be items that might help a user save time but where ignoring will cause no lasting harm.

::: warning Take Care
Use to draw attention to information that should not be ignored. Ignoring
this may cause data loss or physical damage.
:::

Warning and Danger are unlikely to be needed but have been included for completeness.

::: danger Warning
Use to warn about possibility of personal injury.
:::

::: danger Danger
Use to warn about the possibility of serious or fatal injuries.
:::

Refer to the VuePress site for further information on containers.

Development

For local development:

yarn install
yarn dev

Optionally create a ".env" file to customise the build.

Hosting

Powered by Vercel

About

FPGA Arcade website documentation source.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published