Skip to content

Commit b3386a1

Browse files
authored
content: Remove expired content
1 parent e21f66f commit b3386a1

File tree

7 files changed

+0
-450
lines changed

7 files changed

+0
-450
lines changed

content/en/configuration/caches.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ Hugo uses file caches to store data on disk, avoiding repeated operations within
1717
assets
1818
: Caches processed CSS and Sass resources.
1919

20-
getcsv
21-
: Caches the results of the [`data.GetCSV`][] function. Note that the `data.GetCSV` function was deprecated in v0.123.0 in favor of the [`resources.GetRemote`][] function.
22-
23-
getjson
24-
: Caches the results of the [`data.GetJSON`][] function. Note that the `data.GetJSON` function was deprecated in v0.123.0 in favor of the [`resources.GetRemote`][] function.
25-
2620
getresource
2721
: Caches files fetched from remote URLs via the [`resources.GetRemote`][] function.
2822

@@ -61,6 +55,4 @@ maxAge
6155

6256
As you modify your site or change your configuration, cached files from previous builds may remain on disk, consuming unnecessary space. Use the `hugo --gc` command to remove these expired or unused entries from the file cache.
6357

64-
[`data.GetJSON`]: /functions/data/getjson/
65-
[`data.GetCSV`]: /functions/data/getcsv/
6658
[`resources.GetRemote`]: /functions/resources/getremote/

content/en/functions/data/GetCSV.md

Lines changed: 0 additions & 145 deletions
This file was deleted.

content/en/functions/data/GetJSON.md

Lines changed: 0 additions & 147 deletions
This file was deleted.

content/en/methods/site/IsMultiLingual.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

content/en/methods/site/LastChange.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

content/en/shortcodes/gist.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)