Skip to content

Commit d0a5b11

Browse files
docs: flatten structure and rename tutorials and concepts (#68)
1 parent 3ce06a3 commit d0a5b11

File tree

14 files changed

+8
-76
lines changed

14 files changed

+8
-76
lines changed

.frontmatter/database/pinnedItemsDb.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

.frontmatter/database/taxonomyDb.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
.env.development.local
1515
.env.test.local
1616
.env.production.local
17+
.frontmatter
18+
.vscode
19+
frontmatter.json
1720

1821
npm-debug.log*
1922
yarn-debug.log*

.vscode/settings.json

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

docs/Features/Filters/Invert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $$New Intensity = Max Intensity - Original Intensity$$
3535
Where $$Max Intensity$$ is the maximum possible intensity value for the color channel.
3636

3737
:::warning
38-
ImageJS uses components to calculate each pixel value and leaves alpha channel unchanged. For more information about channels and components visit [this link](../../Tutorials%20and%20concepts/Concepts/Channel%20vs%20component.md).
38+
ImageJS uses components to calculate each pixel value and leaves alpha channel unchanged. For more information about channels and components visit [this link](../../Useful%20tips/Channel%20vs%20component.md).
3939
:::
4040

4141
</details>

docs/Glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 40
2+
sidebar_position: 100
33
---
44

55
### Alpha channel

docs/Tutorials and concepts/Concepts/_category_.json

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

docs/Tutorials/_category_.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"position": 30
3+
}
File renamed without changes.

docs/Useful tips/Channel vs component.md

Whitespace-only changes.

0 commit comments

Comments
 (0)