{"id":21399534,"url":"https://github.com/zkoss/zkdoc","last_synced_at":"2025-03-16T15:48:15.478Z","repository":{"id":227041364,"uuid":"767892942","full_name":"zkoss/zkdoc","owner":"zkoss","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-18T08:18:59.000Z","size":36293,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-23T02:42:53.575Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zkoss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-06T04:48:28.000Z","updated_at":"2024-12-18T08:19:06.000Z","dependencies_parsed_at":"2024-03-11T10:28:38.559Z","dependency_job_id":"20d41931-ce75-4289-87c5-a867b11a4870","html_url":"https://github.com/zkoss/zkdoc","commit_stats":null,"previous_names":["zkoss/zkdoc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkoss%2Fzkdoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkoss%2Fzkdoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkoss%2Fzkdoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkoss%2Fzkdoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zkoss","download_url":"https://codeload.github.com/zkoss/zkdoc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243892694,"owners_count":20364753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T15:15:06.771Z","updated_at":"2025-03-16T15:48:15.455Z","avatar_url":"https://github.com/zkoss.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZK Document Website\n\n\n## Sidebar\nsupport 3 levels of hierarchy. See `nav_list`.\n\n\n# Document Folder Structure\n* each book has its own folder\n\n# highlight the current page in the sidebar\nmake `page.url` equal to `child.url` with `permalik`:\n```yaml\npermalink: /get_started/Learn_ZK_in_10_Minutes\n```\nBecause `page.url` ends with `.html` by default.\n\n\n# Preview at Local\n* install necessary gem for one time\n`bundle install`\n* each time just start a local web server\n`preview.sh`\n\nRef: [Setting up your GitHub Pages site locally with Jekyll](https://help.github.com/en/articles/setting-up-your-github-pages-site-locally-with-jekyll)\n\n\n# Base Theme: [Minimal Mistakes](https://mmistakes.github.io/minimal-mistakes/)\nfrom: https://jekyllthemes.io/\n\n# Apply Jekyll Remote Theme\n\nJekyll plugin for building Jekyll sites with any public GitHub-hosted theme\n\n# Apply Local theme\nin `Gemfile`\n`gem \"minimal-mistakes-jekyll\", path: \"/Users/hawk/Documents/workspace/KEIKAI-SPACE/minimal-mistakes/\"`\n\n## Usage\n\n1. Add the following to your Gemfile\n\n  ```ruby\n  gem \"jekyll-remote-theme\"\n  ```\n\n  and run `bundle install` to install the plugin\n\n2. Add the following to your site's `_config.yml` to activate the plugin\n\n  ```yml\n  plugins:\n    - jekyll-remote-theme\n  ```\n  Note: If you are using a Jekyll version less than 3.5.0, use the `gems` key instead of `plugins`.\n\n3. Add the following to your site's `_config.yml` to choose your theme\n\n  ```yml\n  remote_theme: benbalter/retlab\n  ```\n\n## Declaring your theme\n\nRemote themes are specified by the `remote_theme` key in the site's config.\n\nRemote themes must be in the form of `OWNER/REPOSITORY`, and must represent a public GitHub-hosted Jekyll theme. See [the Jekyll documentation](https://jekyllrb.com/docs/themes/) for more information on authoring a theme. Note that you do not need to upload the gem to RubyGems or include a `.gemspec` file.\n\nYou may also optionally specify a branch, tag, or commit to use by appending an `@` and the Git ref (e.g., `benbalter/retlab@v1.0.0` or `benbalter/retlab@develop`). If you don't specify a Git ref, the `master` branch will be used.\n\n\n* from: https://github.com/benbalter/jekyll-remote-theme\n\n\n# Book alphebetical order\n1. Getting Started\n1. ZATS Essentials\n1. ZK Calendar Essentials\n1. ZK Charts Essentials\n1. ZK Client-side Reference\n1. ZK Component Development Essentials\n1. ZK Component Reference\n1. ZK Configuration Reference\n1. ZK Developer's Reference\n1. ZK Essentials\n1. ZK Installation Guide\n1. ZK JSP Tags Essentials\n1. ZK MVVM Reference\n1. ZK Pivottable Essentials\n1. ZK Spring Essentials\n1. ZK Studio Essentials\n1. ZK Style Customization Guide\n1. ZUML Reference\n\n# published order\n1. ZK JSP Tags Essentials\n2. ZATS Essentials\n3. ZK PivotTable Essentials\n4. ZK Studio Essentials\n5. ZK Spring Essentials\n6. ZK Component Development Essentials\n7. ZK Calendar Essentials\n\n# Editor Guidelines\n## Sections to remove\n* \"Version History\" section. Using `# Version History(.|\\n)*` to find and remove it.\n* `__TOC__`\n* replace `versionsince` with `version-badge.html version=`\n\n## prepend the image path. \n* replace `!\\[\\]\\(([^)]*)\\)` with `![](images/$1)`\n* replace `\u003cimg src=\"([^\"]*)\"` with `\u003cimg src=\"images/$1`\n## check page link\n* `\\[([^\\]]+)\\]\\((https?:\\/\\/[^\\)]+)\\)`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkoss%2Fzkdoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzkoss%2Fzkdoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkoss%2Fzkdoc/lists"}