mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 20:30:39 -07:00
* docs: add GitHub buttons and improve option docs
* chore: replace husky with prepush check
* docs: revamp homepage and switch to custom GitHub buttons
- Make the docs English-only by removing all zh-cn content, the language switcher UI, and related JS/config
- Rework homepage feature cards (Safe & Typed, Pure JavaScript, Shopify & Jekyll, Streaming) and refresh section colors/layout
- Replace buttons.github.io with custom Star/Sponsor buttons featuring a live star count and dark-mode support
- Drop the buttons.js script and tidy banner, header, footer, and share partials
Co-authored-by: Cursor <[email protected]>
* fix: restore tsconfig settings and changelog build
Re-add suppressImplicitAnyIndexErrors and downlevelIteration removed in
a75033e2c, which broke the rollup TypeScript build on CI. Drop zh-cn
changelog output now that translations were removed.
Co-authored-by: Cursor <[email protected]>
* fix: resolve TS errors without deprecated tsconfig options
Co-authored-by: Cursor <[email protected]>
---------
Co-authored-by: Cursor <[email protected]>
67 lines
1.8 KiB
YAML
67 lines
1.8 KiB
YAML
menu:
|
|
tutorials: Tutorials
|
|
tags: Tags
|
|
filters: Filters
|
|
playground: Playground
|
|
api: API
|
|
search: Search
|
|
|
|
index:
|
|
get_started: Get Started
|
|
contributors:
|
|
title: Contributors
|
|
description: 'Thanks to these wonderful people! See <a href="tutorials/contribution-guidelines.html">contribution guidelines</a> if you'd like to help.'
|
|
sponsors:
|
|
title: Sponsors
|
|
description: 'If you personally love LiquidJS or it's benefiting your business, please <a href="https://github.com/sponsors/harttle">sponsor us</a>!'
|
|
|
|
playground:
|
|
title: Playground
|
|
loading: Loading...
|
|
|
|
page:
|
|
contents: Contents
|
|
back_to_top: Back to Top
|
|
improve: Improve this doc
|
|
report: Report problems
|
|
prev: Prev
|
|
next: Next
|
|
last_updated: "Last updated: %s"
|
|
|
|
sidebar:
|
|
tutorials:
|
|
getting_started: Getting Started
|
|
intro: Intro to Liquid
|
|
setup: Setup
|
|
options: Options
|
|
render_file: Render Files
|
|
partials: Includes and Layouts
|
|
express: Use in Express.js
|
|
|
|
advanced: Advanced
|
|
caching: Caching
|
|
escaping: Escaping
|
|
registration: Register Filters/Tags
|
|
access_scope_in_filters: Access Scope in Filters
|
|
parse_parameters: Parse Parameters
|
|
render_tag_content: Render Tag Content
|
|
drops: Liquid Drops
|
|
sync_and_async: Sync and Async
|
|
whitespace: Whitespace Control
|
|
plugins: Plugins
|
|
operators: Operators
|
|
truth: Truthy and Falsy
|
|
security_model: Security Model
|
|
static_analysis: Static Analysis
|
|
|
|
miscellaneous: Miscellaneous
|
|
migration9: 'Migrate to LiquidJS 9'
|
|
contribution_guidelines: 'Contribution Guidelines'
|
|
changelog: 'Changelog'
|
|
differences: Differences with Shopify/liquid
|
|
filters:
|
|
overview: Overview
|
|
tags:
|
|
overview: Overview
|
|
footer:
|
|
license: 'Documentation licensed under <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a>.' |