Skip to content

Commit 2bb5b62

Browse files
Move assets outside of web directory, to respect license, and add preprocess script
1 parent e63375c commit 2bb5b62

13 files changed

+75
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

web/.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ pnpm-debug.log*
2222

2323
# tmLanguage file
2424
src/grammars/
25-
public/grammars/
25+
public/grammars/
26+
27+
# assets copied from outside web directory
28+
assets/

web/astro.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,13 @@ export default defineConfig({
6161
{
6262
label: 'Reference',
6363
items: [
64+
{label: 'ID Lists', link: '/reference/ID_Lists'},
6465
{
6566
label: 'Resources',
6667
items: [
6768
{ label: 'Lua API', link: '/reference/Lua_API' },
6869
{ label: 'Meta.xml', link: '/reference/Meta.xml'},
70+
{ label: 'Resource Web Access', link: '/reference/Resource_Web_Access'},
6971
{
7072
label: 'Functions',
7173
collapsed: true,

0 commit comments

Comments
 (0)