diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba0d631..7d74793 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,12 +18,27 @@ jobs: run: | cat > idoc.yml << EOF site: "DevHub" + description: A feature-rich offline application, is meticulously crafted to support developers in their daily tasks while ensuring the utmost security of their data + keywords: DevHub,Offline app,Developer,tools,Advanced debugging,Testing,utilities,Feature-rich,Coding,Toolkit + favicon: assets/favicon.ico + logo: ./assets/logo.png + openSource: https://github.com/jaywcjlove/TextSoundSaver + tocs: false + element: + wrapper: style=max-width:720px; menus: Home: index.html - DevHub: https://jaywcjlove.github.io/DevHub/ + Apps: https://wangchujiang.com/#/app + About: https://wangchujiang.com/#/about + footer: | + App • + Projects • + Sponsor • + More Apps

+ Generated by idoc v{{idocVersion}} EOF - - run: npm install idoc@1.27.2 -g + - run: npm install idoc@1.28.1 -g - run: idoc - name: Deploy diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 0000000..f2093a4 Binary files /dev/null and b/assets/logo.png differ