From 92ea709b695d74a551c056ccebc43f613255290c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 6 Jun 2024 22:05:56 +0000 Subject: [PATCH] Update recipes index and README --- docs/recipes/README.md | 2 +- docs/recipes/index.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/recipes/README.md b/docs/recipes/README.md index 9031daee9..90086d359 100644 --- a/docs/recipes/README.md +++ b/docs/recipes/README.md @@ -1,6 +1,6 @@ # Recipes -## [Untitled](/docs/recipes/Externalizing_Strings.md) +## [Externalize strings](/docs/recipes/Externalizing_Strings.md) Externalize strings from generated class files to separate files. This method is used to reduce the memory of the static contents for templates. diff --git a/docs/recipes/index.json b/docs/recipes/index.json index 274042342..171f8bc93 100644 --- a/docs/recipes/index.json +++ b/docs/recipes/index.json @@ -1,9 +1,9 @@ [ { "file": "Externalizing_Strings.md", - "title": "Untitled", + "title": "Externalize strings", "path": "/docs/recipes/Externalizing_Strings.md", - "hash": "3692c2187634611738569655ec2d1d81" + "hash": "643349b358c2bf0079e983730844a891" }, { "file": "QOQ_Sucks.md",