diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-11-27 06:08:54 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-11-27 06:08:54 +0900 |
| commit | 327622573dcb8879b9dba934792403a9fb7239a7 (patch) | |
| tree | 5ebc60d503f915698e30de35ff3b0a5754197922 /services/nuldoc/NOTE.md | |
| parent | c754d24b162ecd504f3c4bdd8632045dd0398768 (diff) | |
| download | nsfisis.dev-327622573dcb8879b9dba934792403a9fb7239a7.tar.gz nsfisis.dev-327622573dcb8879b9dba934792403a9fb7239a7.tar.zst nsfisis.dev-327622573dcb8879b9dba934792403a9fb7239a7.zip | |
chore: Update README
Diffstat (limited to 'services/nuldoc/NOTE.md')
| -rw-r--r-- | services/nuldoc/NOTE.md | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/services/nuldoc/NOTE.md b/services/nuldoc/NOTE.md index 4453c98..a0d7e94 100644 --- a/services/nuldoc/NOTE.md +++ b/services/nuldoc/NOTE.md @@ -26,25 +26,3 @@ Update PDF.js. $ curl -o static/pdf.min.mjs https://unpkg.com/pdfjs-dist@4.3.136/build/pdf.min.mjs $ curl -o static/pdf.worker.min.mjs https://unpkg.com/pdfjs-dist@4.3.136/build/pdf.worker.min.mjs ``` - - -## Structure - -``` -public -├── sitemap.xml -├── 404.html -├── posts -│ ├── 2021-03-05 -│ │ └── my-first-post -│ │ └── index.html -│ ├── feed.xml -│ ├── _page -│ │ ├── 1.html -│ │ └── 2.html -└── tags - ├── index.html - └── vim - ├── feed.xml - └── index.html -``` |
