diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1312166..0ad09f8 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,7 +28,6 @@ jobs: mkdir dist doxygen mkdocs build - echo "Website or Doxygen" > ./dist/index.html bun install -g gh-pages - name: Deploy run: | diff --git a/.gitignore b/.gitignore index bb71526..dab6159 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,8 @@ subprojects/* !subprojects/packagefiles/ *.autogen.* *.autofrag.* -/dist/ +/dist/* +!/dist/website/ /node_modules/ /bun.lockb /private/ diff --git a/Doxyfile b/Doxyfile index 00a5ed8..f6cfd7e 100644 --- a/Doxyfile +++ b/Doxyfile @@ -68,7 +68,7 @@ PROJECT_LOGO = # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = dist/docs +OUTPUT_DIRECTORY = dist/doxygen # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 # sub-directories (in 2 levels) under the output directory of each output format diff --git a/commons/assets/logos/vs.dark.svg b/commons/assets/logos/vs.dark.svg index 9d1f058..f7a3624 100644 --- a/commons/assets/logos/vs.dark.svg +++ b/commons/assets/logos/vs.dark.svg @@ -13,121 +13,121 @@ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> - - - - - - - - - - - - - + + + + + + style="fill:#3e3e80;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.5" + d="M 76.210236,129 128.17176,99 58.023702,58.5 6.0621778,88.5 76.210236,129" + id="path8457" + sodipodi:nodetypes="ccccc" /> + style="fill:#9f9fd0;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.5" + d="M 6.0621778,3.5 76.210236,44 v 85 L 6.0621778,88.5 Z" + id="path3705" + sodipodi:nodetypes="ccccc" /> + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.5" + d="M 73.612157,52.5 8.660254,15 V 84.999998 L 73.612157,122.5 Z" + id="path3715" /> - - + style="fill:#9c4b22;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.5" + d="m 73.612159,44.558333 -8.660254,-4.999999 v 5 l 8.660254,5 z" + id="path4007" + sodipodi:nodetypes="ccccc" /> + style="fill:#5f9a22;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.5" + d="m 54.5596,33.558334 -8.660255,-5 1e-6,5 8.660254,5 z" + id="path4007-3" + sodipodi:nodetypes="ccccc" /> + style="fill:#7575bb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.5" + d="M 32.908965,21.058334 8.660253,7.0583334 l 10e-7,5.0000006 24.248711,14 z" + id="path4007-3-5" + sodipodi:nodetypes="ccccc" /> - - - - + style="fill:#a7b628;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.5" + d="m 64.085879,39.058334 -8.660255,-5 10e-7,5 h 1e-6 l 8.660253,5 z" + id="path4007-6" + sodipodi:nodetypes="cccccc" /> + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dist/website/index.html b/dist/website/index.html new file mode 100644 index 0000000..e5e5b1f --- /dev/null +++ b/dist/website/index.html @@ -0,0 +1,66 @@ + + + + + + + + + + + + + Documentation of vs.fltk + + + + + +
+ +
+
+
+ +
+
+ +
+ + + + + \ No newline at end of file diff --git a/dist/website/public/vs.dark.svg b/dist/website/public/vs.dark.svg new file mode 100644 index 0000000..9d1f058 --- /dev/null +++ b/dist/website/public/vs.dark.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/website/public/vs.light.svg b/dist/website/public/vs.light.svg new file mode 100644 index 0000000..f1af7b1 --- /dev/null +++ b/dist/website/public/vs.light.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mkdocs.yml b/mkdocs.yml index e542ee7..54ad5d9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: vs.fltk repo_url: https://github.com/karurochori/vs-fltk -site_dir: dist/website +site_dir: dist/docs docs_dir: docs theme: