Skip to content

Commit 43b2111

Browse files
made cateogies active with slugs that point to correct url path levels.
1 parent c5d8870 commit 43b2111

File tree

33 files changed

+267
-89
lines changed

33 files changed

+267
-89
lines changed

docs/learn/3d-bits/_category_.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2-
"label": "3D Bits Shopify App",
3-
"position": 8
4-
}
2+
"label": "3D Bits Shopify App",
3+
"position": 8,
4+
"link": {
5+
"type": "generated-index",
6+
"title": "3D Bits Shopify App",
7+
"description": "Learn how to use the 3D Bits Shopify App to create and manage 3D products for your store.",
8+
"slug": "/3d-bits"
9+
}
10+
}

docs/learn/3d-bits/intro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
sidebar_position: 1
33
title: "3D Bits: Enhance Your Shopify Store with 3D Product Visualization"
44
sidebar_label: Intro
5-
description: Discover "3D Bits," our Shopify app designed to bring interactive 3D product configurators and visualization to your e-commerce store.
5+
description: Discover "3D Bits" our Shopify app designed to bring interactive 3D product configurators and visualization to your e-commerce store.
66
tags: [shopify, 3d-bits]
77
---
88

99
# 3D Bits: Interactive 3D Product Visualization for Your Shopify Store
1010

1111
## Revolutionizing 3D E-Commerce on Shopify
1212

13-
We are thrilled to announce the development of **"3D Bits,"** our dedicated Shopify app designed to bring powerful, interactive 3D product visualization and customization to your e-commerce store. This solution helps your customers visualize custom products in 3D, leading to a more engaging and informative shopping experience.
13+
We are thrilled to announce the development of **"3D Bits"** our dedicated Shopify app designed to bring powerful, interactive 3D product visualization and customization to your e-commerce store. This solution helps your customers visualize custom products in 3D, leading to a more engaging and informative shopping experience.
1414

1515
**Experience it Yourself:**
1616
* Check out our **[Demo Store](https://bitbybit-dev-3d-configurators.myshopify.com)**.
@@ -39,4 +39,4 @@ Shopify stands as one of the largest and most popular e-commerce platforms globa
3939
* **Flexibility and Customization:** The platform is highly flexible, allowing for extensive customization to meet diverse business needs.
4040
* **Vibrant Ecosystem:** A large app store and developer community foster innovation and integration.
4141

42-
We believe Shopify represents a bright future for e-commerce, and we are excited to contribute to this ecosystem with "3D Bits," helping merchants elevate their product presentation and customer engagement through immersive 3D experiences.
42+
We believe Shopify represents a bright future for e-commerce, and we are excited to contribute to this ecosystem with "3D Bits" helping merchants elevate their product presentation and customer engagement through immersive 3D experiences.
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2-
"label": "Theme App Extensions",
3-
"position": 3
2+
"label": "Theme App Extensions",
3+
"position": 3,
4+
"link": {
5+
"type": "generated-index",
6+
"title": "Theme App Extensions of 3D Bits Shopify App",
7+
"description": "Learn how to use theme app extensions called PREVIEW, VIEWER & RUNNER in the 3D Bits Shopify App to enhance your store's 3D product experience.",
8+
"slug": "/3d-bits/theme-app-extensions"
9+
}
410
}
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2-
"label": "Tutorials",
3-
"position": 4
4-
}
2+
"label": "Tutorials",
3+
"position": 4,
4+
"link": {
5+
"type": "generated-index",
6+
"title": "Tutorials for 3D Bits Shopify App",
7+
"description": "Here you will find various tutorials on how to install & set up the app with 3D Bits metafields. Also we explain in practical YouTube video tutorials how to use the 3D Bits Shopify App to create and manage 3D products for your store. You can watch these tutorials free of charge even if you did not purchase our app.",
8+
"slug": "/3d-bits/tutorials"
9+
}
10+
}

docs/learn/code/_category_.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2-
"label": "Code",
3-
"position": 4
4-
}
2+
"label": "Code",
3+
"position": 4,
4+
"link": {
5+
"type": "generated-index",
6+
"title": "Learn to Code in Bitbybit",
7+
"description": "Learn how to code in Bitbybit through live examples, code snippets, and more. These tutorials cover a range of Bitbybit algorithms. We typically demonstrate each algorithm using all three editors—Rete, Blockly, and TypeScript—to show that the same results can be achieved regardless of the editor used. This highlights the power of Bitbybit’s encapsulated, highly portable core layer, which is consistently used across the entire platform.",
8+
"slug": "/code"
9+
}
10+
}
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2-
"label": "Common",
3-
"position": 2
4-
}
2+
"label": "Common",
3+
"position": 2,
4+
"link": {
5+
"type": "generated-index",
6+
"title": "Common Code Tutorials",
7+
"description": "Learn how to use common code libraries and tools in Bitbybit, including our base algorithms, OCCT, Monaco, JSCAD geometry kernels and more.",
8+
"slug": "/code/common"
9+
}
10+
}
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2-
"label": "Draw",
3-
"position": 1
4-
}
2+
"label": "Draw",
3+
"position": 1,
4+
"link": {
5+
"type": "generated-index",
6+
"title": "Drawing in Bitbybit",
7+
"description": "Learn how to use the drawing capabilities in Bitbybit, including creating and manipulating shapes, lines, and other graphical elements.",
8+
"slug": "/code/common/draw"
9+
}
10+
}
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2-
"label": "Occt",
3-
"position": 1
4-
}
2+
"label": "Occt",
3+
"position": 1,
4+
"link": {
5+
"type": "generated-index",
6+
"title": "Bitbybit OCCT Library",
7+
"description": "Learn how to use our library, built on the OCCT (Open CASCADE Technology) kernel, for advanced geometric modeling. Our algorithms leverage this powerful foundation to enable the creation and manipulation of a wide range of BRep shapes, including edges, wires, faces, shells, solids, and more.",
8+
"slug": "/code/common/occt"
9+
}
10+
}
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2-
"label": "Booleans",
3-
"position": 3
4-
}
2+
"label": "Booleans",
3+
"position": 3,
4+
"link": {
5+
"type": "generated-index",
6+
"title": "OCCT Boolean Operations",
7+
"description": "Boolean operations are essential for creating complex 3D models. These tutorials will guide you through performing boolean operations, such as Union, Difference & Intersection using the OCCT library.",
8+
"slug": "/code/common/occt/booleans"
9+
}
10+
}
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2-
"label": "Fillets",
3-
"position": 3
4-
}
2+
"label": "Fillets",
3+
"position": 3,
4+
"link": {
5+
"type": "generated-index",
6+
"title": "OCCT Fillets & Chamfers",
7+
"description": "In CAD, it’s common to round the corners of shapes—whether in 2D or 3D. Learn how to create fillets and chamfers using the OCCT library in Bitbybit.",
8+
"slug": "/code/common/occt/fillets"
9+
}
10+
}

0 commit comments

Comments
 (0)