diff --git a/.github/workflows/pages-version.yaml b/.github/workflows/pages-version.yaml index 9379613..8c52af6 100644 --- a/.github/workflows/pages-version.yaml +++ b/.github/workflows/pages-version.yaml @@ -17,8 +17,6 @@ jobs: - name: Setup yq uses: vegardit/gha-setup-yq@v1 - # Replace the badge with the latest version - # https://img.shields.io/badge/esp32s2-0.1.0-magenta - name: Read manifest and update docs run: | # Read version from manifest.json diff --git a/.gitignore b/.gitignore index 29c75b7..cd3b016 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ downloaded-artifacts/ -.vscode/ \ No newline at end of file +.vscode/ +artifacts/ \ No newline at end of file diff --git a/docs/_plugins/file_size.rb b/docs/_plugins/file_size.rb new file mode 100644 index 0000000..718e4af --- /dev/null +++ b/docs/_plugins/file_size.rb @@ -0,0 +1,9 @@ +module Jekyll + module FileSize + def file_size(input) + File.size(input) + end + end + end + + Liquid::Template.register_filter(Jekyll::FileSize) \ No newline at end of file diff --git a/docs/firmware/index.md b/docs/firmware/index.md index 4810e0c..919462f 100644 --- a/docs/firmware/index.md +++ b/docs/firmware/index.md @@ -19,7 +19,15 @@ search_exclude: true