Skip to content

Commit 4d9e40e

Browse files
authored
Merge pull request #2 from CrackingShells/copilot/fix-1
Fix GitHub Pages build errors: missing images and broken links
2 parents a981322 + ffea250 commit 4d9e40e

14 files changed

+26
-4
lines changed

_config.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# GitHub Pages configuration for CrackingShells documentation
2+
theme: minima
3+
title: CrackingShells Documentation
4+
description: Documentation for Hatchling and related tools
5+
6+
# Enable GitHub Pages features
7+
plugins:
8+
- jekyll-default-layout
9+
- jekyll-optional-front-matter
10+
- jekyll-readme-index
11+
- jekyll-titles-from-headings
12+
13+
# Markdown processing
14+
markdown: kramdown
15+
highlighter: rouge
16+
17+
# Exclude certain files from processing
18+
exclude:
19+
- README.md.backup
20+
- vendor/
21+
- .git/
22+
- .gitignore

hatchling-users/running_hatchling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You will learn about:
1010
- Starting and using Hatchling with Docker Compose
1111
# Running Hatchling
1212

13-
This section assumes you have followed the [docker setup](./docker-setup.md).
13+
This section assumes you have followed the [docker setup](tutorials/docker-setup.md).
1414

1515
In this guide, you will:
1616

@@ -146,4 +146,4 @@ Here is a screenshot of what Hatchling typically looks like right after start up
146146
![Typical_Hatchling_CLI_20250627_pt1](../resources/images/running-hatchling/Typical_Hatchling_CLI_20250627_pt1.png)
147147
![Typical_Hatchling_CLI_20250627_pt2](../resources/images/running-hatchling/Typical_Hatchling_CLI_20250627_pt2.png)
148148

149-
You can receive help about all available commands by writing `help` in the chat. Details about the commands are also available in the [documentation](./chat_commands.md)
149+
You can receive help about all available commands by writing `help` in the chat. Details about the commands are also available in the [documentation](./chat_commands.md)

hatchling-users/tutorials/docker-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ This document provides instructions on how to set up and run the project using D
7676

7777
## Next Step
7878

79-
[Running Hatchling](./running_hatchling.md)
79+
[Running Hatchling](../running_hatchling.md)
8080

8181
## Additional Resources
8282

83-
- [Docker Documentation](https://docs.docker.com/)
83+
- [Docker Documentation](https://docs.docker.com/)
70 Bytes
Loading
70 Bytes
Loading
70 Bytes
Loading
70 Bytes
Loading
70 Bytes
Loading
70 Bytes
Loading
70 Bytes
Loading

0 commit comments

Comments
 (0)