Skip to content

Commit 0b552bb

Browse files
authored
Merge branch 'feature-sliced:master' into layers-strong-rules2
2 parents 5898531 + 31addca commit 0b552bb

File tree

34 files changed

+4418
-1081
lines changed

34 files changed

+4418
-1081
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2023 Feature-Sliced Design core-team
3+
Copyright (c) 2018-2025 Feature-Sliced Design core-team
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

i18n/en/docusaurus-plugin-content-docs/current/branding.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,3 @@ Work in progress...
7878

7979
- [Discussion (github)](https://github.com/feature-sliced/documentation/discussions/399)
8080
- [History of development with references (figma)](https://www.figma.com/file/RPphccpoeasVB0lMpZwPVR/FSD-Brand?node-id=0%3A1)
81-
- [Rebranding demo](https://rebrand-sliced.netlify.app/en/)

i18n/en/docusaurus-plugin-content-docs/current/guides/tech/with-nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ the FSD project structure inside the `src` folder. You should still also add the
102102
│ ├── app # FSD app folder
103103
│ ├── entities
104104
│ ├── features
105-
│ ├── pages # FSD app folder
105+
│ ├── pages # FSD pages folder
106106
│ ├── shared
107107
│ ├── widgets
108108
```

i18n/en/docusaurus-plugin-content-docs/current/reference/public-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export * from "./ui/Comment"; // 👎 don't try this at home
2929
export * from "./model/comments"; // 💩 this is bad practice
3030
```
3131

32-
This hurts the discoverability of a slice because you can't easily tell what the interface of this slice is. Not knowing the interface means that you have to dig deep into the code of a slice to understand how to integrate it. Another problem is that you might accidentally expose the module internals accidentally, which will make refactoring difficult if someone starts depending on them.
32+
This hurts the discoverability of a slice because you can't easily tell what the interface of this slice is. Not knowing the interface means that you have to dig deep into the code of a slice to understand how to integrate it. Another problem is that you might accidentally expose the module internals, which will make refactoring difficult if someone starts depending on them.
3333

3434
## Public API for cross-imports {#public-api-for-cross-imports}
3535

i18n/en/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"description": "The label of footer link with label=GitHub linking to https://github.com/feature-sliced"
6161
},
6262
"copyright": {
63-
"message": "Copyright © 2018-2023 Feature-Sliced Design",
63+
"message": "Copyright © 2018-2025 Feature-Sliced Design",
6464
"description": "The footer copyright"
6565
}
6666
}

i18n/ja/docusaurus-plugin-content-docs/current/branding.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,3 @@ FSDには異なるコンテキスト用のいくつかのロゴバリエーシ
7777

7878
- [ディスカッション (github)](https://github.com/feature-sliced/documentation/discussions/399)
7979
- [リブランディングの歴史と参考資料 (figma)](https://www.figma.com/file/RPphccpoeasVB0lMpZwPVR/FSD-Brand?node-id=0%3A1)
80-
- [リブランディングデモ](https://rebrand-sliced.netlify.app/en/)

i18n/ja/docusaurus-plugin-content-docs/current/get-started/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ _* — App層とShared層のレイヤーは他のレイヤーとは異なり
120120

121121
3. インポートのルール違反を徐々に修正しながら、エンティティやフィーチャーを抽出する。
122122

123-
リファクタリング中に新しい大きななエンティティを追加することや、部分的なリファクタリングは避けることをお勧めします。
123+
リファクタリング中に新しい大きなエンティティを追加することや、部分的なリファクタリングは避けることをお勧めします。
124124

125125
## 次のステップ {#next-steps}
126126

i18n/ja/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"description": "The label of footer link with label=GitHub linking to https://github.com/feature-sliced"
6161
},
6262
"copyright": {
63-
"message": "Copyright © 2018-2024 Feature-Sliced Design",
63+
"message": "Copyright © 2018-2025 Feature-Sliced Design",
6464
"description": "The footer copyright"
6565
}
6666
}

0 commit comments

Comments
 (0)