We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62d1fd commit 7cd43ecCopy full SHA for 7cd43ec
docs/blog/use-case/index.md
@@ -1,6 +1,6 @@
1
---
2
slug: about-the-sweet-and-powerful-use-case-code-pattern
3
-date: 2024-04-22T10:00
+date: 2025-03-05T10:00
4
hide_table_of_contents: true
5
title: About the sweet and powerful 'use case' code pattern
6
authors: [goldbergyoni]
docs/docusaurus.config.js
@@ -29,6 +29,7 @@ const config = {
29
blog: {
30
showReadingTime: true,
31
editUrl: "https://github.com/practicajs/practica/tree/main/docs/",
32
+ blogSidebarCount: "ALL",
33
},
34
theme: {
35
customCss: require.resolve("./src/css/custom.css"),
0 commit comments