-
Notifications
You must be signed in to change notification settings - Fork 0
Move shared frontend assets to public directory #38
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
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
675770a
Move shared frontend assets to /public
admdly dd552bb
Split update docs into overview and 0.7-to-0.8
admdly 7119432
Add updating docs and 0.7→0.8 upgrade notes
admdly 1fcc2b7
Remove duplicate lowercase updating docs
admdly 3cf1503
Fix for pull request finding
admdly 315ccdd
Asset example and remove checklist
admdly e8f24f7
Force Astro content cache rebuild
admdly a79ed2a
Add 0.8.0 banner and New badge
admdly 7b2fbed
Docs: Update upgrade notes for 0.8.0
admdly e9139fa
Add 404 docs page
admdly 2c52d56
Update Docker Compose example
admdly ce90d21
Name container and use unless-stopped restart
admdly 0ea7da5
Clarify Docker cron behavior in docs
admdly e473189
Use MariaDB in Docker docs; bump DB versions
admdly afd98b1
Merge branch 'main' into feat/0.8.0
admdly File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| --- | ||
| title: Page Not Found | ||
| description: The requested FOSSBilling documentation page could not be found. | ||
| editUrl: false | ||
| lastUpdated: false | ||
| template: splash | ||
| tableOfContents: false | ||
| head: | ||
| - tag: meta | ||
| attrs: | ||
| name: robots | ||
| content: noindex | ||
| --- | ||
|
|
||
| The page you are looking for may have moved, been renamed, or no longer exists. | ||
|
|
||
| Start with one of the main documentation sections below, or use search to find the topic you need. | ||
|
|
||
| {% cardgrid %} | ||
| {% linkcard | ||
| title="Getting Started" | ||
| href="/getting-started/" | ||
| description="Install FOSSBilling, check requirements, and prepare your environment." | ||
| /%} | ||
| {% linkcard | ||
| title="Maintenance" | ||
| href="/maintenance/" | ||
| description="Update, troubleshoot, and maintain an existing FOSSBilling installation." | ||
| /%} | ||
| {% linkcard | ||
| title="Admin Guide" | ||
| href="/admin-guide/" | ||
| description="Configure FOSSBilling and manage day-to-day administration tasks." | ||
| /%} | ||
| {% linkcard | ||
| title="Extensions & Development" | ||
| href="/extensions-and-development/" | ||
| description="Build modules, themes, payment gateways, and integrations." | ||
| /%} | ||
| {% linkcard | ||
| title="Support" | ||
| href="/support/" | ||
| description="Find FAQs, troubleshooting guidance, and community support links." | ||
| /%} | ||
| {% linkcard | ||
| title="GitHub Repository" | ||
| href="https://github.com/FOSSBilling/FOSSBilling" | ||
| description="Report issues or browse the FOSSBilling source code." | ||
| /%} | ||
| {% /cardgrid %} | ||
|
|
||
| If you followed a link from the documentation site, please [open an issue](https://github.com/FOSSBilling/docs/issues/new) so it can be corrected. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.