2023-01-26 23:16:32 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# Generate the custom Emoji story
|
|
|
|
node generate-emoji-story.mjs >../stories-category-doc-pages/Emoji.stories.mdx
|
2023-01-27 00:23:17 +01:00
|
|
|
|
|
|
|
# Generate stories out of documentation
|
|
|
|
|
|
|
|
# Pull down the doc about development
|
|
|
|
curl -s https://raw.githubusercontent.com/owncast/owncast.github.io/master/content/development.md >/tmp/development.md
|
2023-01-27 01:15:06 +01:00
|
|
|
node generate-document-stories.mjs
|