|
@@ -60,20 +60,20 @@ export const plConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- text: "Przykłady",
|
|
|
+ text: "Książka kucharska 🍳🧑🍳",
|
|
|
collapsed: true,
|
|
|
items: [
|
|
|
- { text: "Sterowanie orbitą", link: "/pl/examples/orbit-controls" },
|
|
|
+ { text: "Sterowanie orbitą", link: "/pl/cookbook/orbit-controls" },
|
|
|
{
|
|
|
text: "Podstawowe animacje",
|
|
|
- link: "/pl/examples/basic-animations",
|
|
|
+ link: "/pl/cookbook/basic-animations",
|
|
|
},
|
|
|
- { text: "Grupy", link: "/pl/examples/groups" },
|
|
|
- { text: "Ładowanie tekstur", link: "/pl/examples/load-textures" },
|
|
|
- { text: "Ładowanie modelu", link: "/pl/examples/load-models" },
|
|
|
- { text: "Ładowanie tekstu", link: "/pl/examples/text-3d" },
|
|
|
- { text: "Światła i cienie", link: "/pl/examples/lights-shadows" },
|
|
|
- { text: "Shadery", link: "/pl/examples/shaders" },
|
|
|
+ { text: "Grupy", link: "/pl/cookbook/groups" },
|
|
|
+ { text: "Ładowanie tekstur", link: "/pl/cookbook/load-textures" },
|
|
|
+ { text: "Ładowanie modelu", link: "/pl/cookbook/load-models" },
|
|
|
+ { text: "Ładowanie tekstu", link: "/pl/cookbook/text-3d" },
|
|
|
+ { text: "Światła i cienie", link: "/pl/cookbook/lights-shadows" },
|
|
|
+ { text: "Shadery", link: "/pl/cookbook/shaders" },
|
|
|
],
|
|
|
},
|
|
|
{
|