Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented documentation for single file hosting and React client-side routing for Caddy README.md Cheat Sheet #907

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rs-dkd
Copy link

@rs-dkd rs-dkd commented Sep 29, 2024

Summary:
Pull request includes improvements to documentation in the Caddy section of main by adding information for the following sections:
-Hosting a single file: Two methods are provided for serving a single file, describing the purposes and usage cases for both.
-Handling React's Client-Side Routing: Guidance and explanation behind using React with Caddy for setting up the server and explains the waterfall process and steps involved.

Changes:
-Added two sections to the table of contents at the beginning of the README.md cheat sheet.
-Added a section in the README.md cheat sheet for hosting a single file, which provides two methods for serving files.
-Added a section for handling React's client-side routing with descriptions of the implementation and purpose of the waterfall system.
-Fixed issues with spacing and syntax in the README.md cheat sheet.

Purpose:
Fix existing issues regarding lacking documentation in the Caddy for developers section within the README.md for users using React's routing system and those looking to host a single file. Helping to benefit efficient hosting through user-friendly documentation and sample deployment cases.

…t Client-Side Routing Sections

    -Added a section in the README.md cheat sheet for hosting a single file, which provides two methods for serving files.
    -Added a section for handling React's client-side routing with descriptions of the implementation and purpose of waterfall system.
    -Fixed issues with spacing and syntax in README.md cheat sheet.
@coolaj86
Copy link
Member

Thanks for starting on this @rs-dkd. I'm just now getting around to going through some PRs and issues.

Did you test these configurations with caddy? Just looking at them, I'm pretty sure some of these are misconfigured. Also, there are a few spelling mistakes that could be corrected with vim-spell or vscode Code Spell Checker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants