Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
7cb037c
Add community projects to the config
Krzemien97 Jan 22, 2026
b3bb5e9
Add dummy files for testing & eject some components
Krzemien97 Jan 22, 2026
cb002f1
Add AI generated projects for mockups
Krzemien97 Jan 23, 2026
a62d1d6
Initial card layout for community projects
Krzemien97 Jan 23, 2026
a3b5069
Use correct filepath naming
Krzemien97 Jan 23, 2026
9439454
Minor card fixes
Krzemien97 Jan 23, 2026
2278d0b
Use content as description
Krzemien97 Jan 23, 2026
32ae21c
Add company info display
Krzemien97 Jan 23, 2026
a63639f
Add tags.yml
Krzemien97 Jan 23, 2026
e700a4d
Card layout adjustments
Krzemien97 Jan 26, 2026
5edb738
Add hook for getting community project metadata
Krzemien97 Jan 27, 2026
22633ec
Modify blog post page to include company logo
Krzemien97 Jan 27, 2026
ce87a13
Add tags comments
Krzemien97 Jan 27, 2026
3c20d28
Add tutorial how to add community project
Krzemien97 Jan 27, 2026
06ae204
Add license
Krzemien97 Jan 27, 2026
f30816a
Update copyright year in LICENSE file to 2026
Krzemien97 Jan 27, 2026
d2877fa
Add license notice
Krzemien97 Jan 27, 2026
f77fb67
Reformat
Krzemien97 Jan 27, 2026
19f18ee
Add scripts to check community project frontmatter
Krzemien97 Jan 27, 2026
4d62d25
Remove AI files (except one)
Krzemien97 Jan 27, 2026
2bc73b5
Reformat
Krzemien97 Jan 27, 2026
d5a8a0a
Apply review comments
Krzemien97 Jan 28, 2026
0c63e2c
Typo
Krzemien97 Jan 28, 2026
242d6bd
Unify file naming to kebab-case
Krzemien97 Jan 28, 2026
e118027
Cleanup component names & update paths
Krzemien97 Jan 28, 2026
07ee636
Fix paths in the guide
Krzemien97 Jan 28, 2026
61e53e9
Remove the last AI file & add template
Krzemien97 Feb 3, 2026
d44ce84
Formatting
Krzemien97 Feb 3, 2026
39d1a62
Throw on new tags
Krzemien97 Feb 3, 2026
ae486c3
Add placeholder community project
Krzemien97 Feb 3, 2026
cf0d87e
Formatting
Krzemien97 Feb 3, 2026
477b0a7
Add a section about branching
Krzemien97 Feb 4, 2026
3b27f10
Apply review comments
Krzemien97 Feb 6, 2026
03216dc
Add CommunityProjectsTags component and implement tag extraction logic
Krzemien97 Feb 6, 2026
b56c1fd
Change guide to mention creating forks instead of branches
Krzemien97 Feb 6, 2026
d81deb7
feat: Render message about no community projects
Krzemien97 May 22, 2026
07fb4cc
chore: reformat
Krzemien97 May 22, 2026
08f5fd0
Merge remote-tracking branch 'origin/development' into feat/community…
bjsowa May 22, 2026
a95de44
fix: em dash
Krzemien97 May 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fictionlab Documentation Project Guidelines
# Fictionlab Documentation - Project Guidelines

This is a **Docusaurus 3** documentation site for Fictionlab robotics products
(Leo Rover, Raph Rover) and hardware/software integrations. Content is written
Expand Down Expand Up @@ -43,9 +43,9 @@ in **MDXv3**.

All PRs to `development` and `production` run:

1. **Build** Full Docusaurus build (`yarn build`)
2. **Lint** Frontmatter, types, formatting, spelling
3. **Redirects** Validates `static/_redirects` against changed files
1. **Build** - Full Docusaurus build (`yarn build`)
2. **Lint** - Frontmatter, types, formatting, spelling
3. **Redirects** - Validates `static/_redirects` against changed files

## Git Workflow

Expand All @@ -59,7 +59,7 @@ All PRs to `development` and `production` run:

- Store images under `static/img/` in the appropriate subdirectory (e.g. `static/img/robots/leo/integrations/<name>/`).
- Prefer `.webp` format for raster images (quality 80, lossy); `.svg` is acceptable for diagrams and icons.
- Image file names must be **lowercase with dashes** and descriptive never auto-generated names like `323d2324.webp`.
- Image file names must be **lowercase with dashes** and descriptive - never auto-generated names like `323d2324.webp`.

## Code Style

Expand Down
8 changes: 4 additions & 4 deletions .github/instructions/markdown.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ applyTo: "**/*.mdx"

## File Conventions

- File names: **lowercase, dashes** no underscores, no spaces (e.g. `intel-realsense.mdx`).
- File names: **lowercase, dashes** - no underscores, no spaces (e.g. `intel-realsense.mdx`).
- Integration pages (under `docs/integrations/`) must follow `[manufacturer]-[model].mdx` (e.g. `intel-realsense-d435.mdx`, `sick-tim571.mdx`).
- Files prefixed with `_` (e.g. `_integration.template.mdx`) are excluded from builds and frontmatter checks.
- Image file names must be lowercase-with-dashes and descriptive never auto-generated names like `323d2324.webp`.
- Image file names must be lowercase-with-dashes and descriptive - never auto-generated names like `323d2324.webp`.
- Each documentation section uses `_category_.json` for sidebar category metadata.

## Frontmatter
Expand All @@ -32,7 +32,7 @@ Validated by `yarn check:frontmatter` in CI.

## Images

- Use **only** `ImageZoom` or `ThemedImageZoom` components never raw markdown images (`![alt](url)`) or HTML `<img>` tags.
- Use **only** `ImageZoom` or `ThemedImageZoom` components - never raw markdown images (`![alt](url)`) or HTML `<img>` tags.
- `ImageZoom` is globally registered (no import needed). `ThemedImageZoom` requires an explicit import.
- Themed image pairs must use `-light` / `-dark` suffixes (e.g. `diagram-light.webp`, `diagram-dark.webp`) and have matching dimensions.

Expand All @@ -47,7 +47,7 @@ Usage:
/>
```

`width` and `height` are required `ImageZoom` throws an error if either is missing.
`width` and `height` are required - `ImageZoom` throws an error if either is missing.

```mdx
import ThemedImageZoom from "@site/src/components/ThemedImageZoom";
Expand Down
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Fictionlab sp. z o.o.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
49 changes: 49 additions & 0 deletions community-projects/_template.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: My Community Project (max 60 characters)
description: A brief description of my community project, up to 160 characters.
authors:
- name: Author Name
title: Author Title
url: https://author-personal-website.com
image_url: /img/community-projects/author-image.jpg
socials:
x: author_x_handle
Comment thread
jasiex01 marked this conversation as resolved.
github: author_github_handle
linkedin: author_linkedin_handle
email: author_email_address
tags: [tag1, tag2, tag3]
image: /img/community-projects/project-image.jpg
company:
name: Company Name
url: https://company-website.com
logo_url: /img/community-projects/company-logo.jpg
---

{/* To see how to use this template, refer to the https://docs.fictionlab.pl/guidelines/add-community-project */}

# [Community project title]

[Short description of the community project, displayed on the Community Projects
page, up to 400 characters.]

{/* truncate */}

[Main content of the community project page, including detailed information
about the project, its features, implementation details, and any other relevant
information. You can use markdown syntax to format the content, add images,
links, and other media as needed.]

{/* Example content */}

## Project Overview

Short introduction to the project, its goals, and the problem it aims to solve.

## Key Features

List of the main features of the project, with brief descriptions for each.

## Resources

Links to any relevant resources, such as the project repository, documentation,
or related articles.
51 changes: 51 additions & 0 deletions community-projects/placeholder.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
Comment thread
jasiex01 marked this conversation as resolved.
title: Delete after adding first community project
description:
Temporary placeholder for the first community project. Please refer to the
https://docs.fictionlab.pl/guidelines/add-community-project for instructions
on how to add a new community project.
authors:
- name: Author Name
title: Author Title
url: https://author-website.com
Comment thread
jasiex01 marked this conversation as resolved.
image_url: /img/community-projects/author-image.jpg
socials:
x: author_x_handle
github: author_github_handle
linkedin: author_linkedin_handle
email: author_email_address
image: /img/community-projects/project-image.jpg
tags: [leo-rover]
company:
name: Company Name
url: https://company-website.com
logo_url: /img/community-projects/company-logo.jpg
unlisted: true
---

{/* To see how to use this template, refer to the https://docs.fictionlab.pl/guidelines/add-community-project */}

[Short description of the community project, displayed on the Community Projects
page, up to 400 characters.]

{/* truncate */}

[Main content of the community project page, including detailed information
about the project, its features, implementation details, and any other relevant
information. You can use markdown syntax to format the content, add images,
links, and other media as needed.]

{/* Example content */}

## Project Overview

Short introduction to the project, its goals, and the problem it aims to solve.

## Key Features

List of the main features of the project, with brief descriptions for each.

## Resources

Links to any relevant resources, such as the project repository, documentation,
or related articles.
15 changes: 15 additions & 0 deletions community-projects/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Robotic platform related tags

leo-rover:
label: Leo Rover
description: Projects related to the Leo Rover robotic platform.
permalink: 'leo-rover'

raph-rover:
label: Raph Rover
description: Projects related to the Raph Rover robotic platform.
permalink: 'raph-rover'

# Application area tags

# TBD
Loading
Loading