From a1cc9eb7e35e5af2dab0daebc5dfb0951ad65757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Moska=C5=82a?= <91079590+moskalakamil@users.noreply.github.com> Date: Wed, 4 Feb 2026 20:25:35 +0100 Subject: [PATCH] docs: change `fundaments` with `fundamentals` (#4836) --- docs/docs/{fundaments => fundamentals}/_category_.json | 2 +- .../{fundaments => fundamentals}/configuration/_category_.json | 0 .../{fundaments => fundamentals}/configuration/with-expo.md | 0 .../{fundaments => fundamentals}/configuration/without-expo.md | 0 docs/docs/{fundaments => fundamentals}/installation.md | 0 docs/docs/{fundaments => fundamentals}/intro.mdx | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename docs/docs/{fundaments => fundamentals}/_category_.json (60%) rename docs/docs/{fundaments => fundamentals}/configuration/_category_.json (100%) rename docs/docs/{fundaments => fundamentals}/configuration/with-expo.md (100%) rename docs/docs/{fundaments => fundamentals}/configuration/without-expo.md (100%) rename docs/docs/{fundaments => fundamentals}/installation.md (100%) rename docs/docs/{fundaments => fundamentals}/intro.mdx (100%) diff --git a/docs/docs/fundaments/_category_.json b/docs/docs/fundamentals/_category_.json similarity index 60% rename from docs/docs/fundaments/_category_.json rename to docs/docs/fundamentals/_category_.json index 2f6046e2..200fd6ed 100644 --- a/docs/docs/fundaments/_category_.json +++ b/docs/docs/fundamentals/_category_.json @@ -1,5 +1,5 @@ { - "label": "Fundaments", + "label": "Fundamentals", "position": 1, "collapsed": false } diff --git a/docs/docs/fundaments/configuration/_category_.json b/docs/docs/fundamentals/configuration/_category_.json similarity index 100% rename from docs/docs/fundaments/configuration/_category_.json rename to docs/docs/fundamentals/configuration/_category_.json diff --git a/docs/docs/fundaments/configuration/with-expo.md b/docs/docs/fundamentals/configuration/with-expo.md similarity index 100% rename from docs/docs/fundaments/configuration/with-expo.md rename to docs/docs/fundamentals/configuration/with-expo.md diff --git a/docs/docs/fundaments/configuration/without-expo.md b/docs/docs/fundamentals/configuration/without-expo.md similarity index 100% rename from docs/docs/fundaments/configuration/without-expo.md rename to docs/docs/fundamentals/configuration/without-expo.md diff --git a/docs/docs/fundaments/installation.md b/docs/docs/fundamentals/installation.md similarity index 100% rename from docs/docs/fundaments/installation.md rename to docs/docs/fundamentals/installation.md diff --git a/docs/docs/fundaments/intro.mdx b/docs/docs/fundamentals/intro.mdx similarity index 100% rename from docs/docs/fundaments/intro.mdx rename to docs/docs/fundamentals/intro.mdx