Commit graph

53 commits

Author SHA1 Message Date
Kévin Dunglas
7c89c3e85f
Simplify FrankenPHP config snippet 2025-02-16 20:28:30 +01:00
Kévin Dunglas
ef31c7646a
docs: precompressed short syntax (#446) 2025-01-09 11:49:12 -05:00
Matthew Holt
50fb6784f2
Re-add Fathom on new pages (fix #397) 2024-06-08 19:24:07 -06:00
Matthew Holt
062349487d
Add SaaS Custom Domains to sponsors
And fix link to forum, oops
2024-02-01 16:20:35 -07:00
Matthew Holt
c93cc104f1
Add boot.dev logo to homepage and forum link to header 2024-02-01 16:15:29 -07:00
Matthew Holt
8bf5c00581
Add FrankenPHP section to homepage 2023-12-19 15:48:11 -07:00
Matthew Holt
41674ce687
Add title to OpeNGraph tag 2023-12-11 11:23:50 -07:00
Matthew Holt
966824572c
Remove defunct twitter tags 2023-12-11 11:04:59 -07:00
Matt Holt
07c51663ab
New Website: Phase I (#357)
* Initial commit; starting new design

Dropdown menu

* Begin docs layout of new design

* Get themes under control; button hover splash

* Some basic responsiveness

* Finish responsive layout; several bug fixes

* Avoid flash during color scheme change

* Begin building top of homepage

* docs: Start building quick-assist feature

* Work on homepage a little more

* Keep working on homepage

* More homepage progress

* Some sponsor SVGs

* Add sponsor features

* Implement basic Sponsor Experience box

* Reorganize some styles

* WIP sponsors page

* Start features page WIP

* Minor improvements

* Fix headings; work on features page

* WIP features page

* Continue work on marketing pages

* Continue work on features page

* More features WIP

* Continue features page...

* More work on features page

* Keeping going  :)

* Continue home and features pages

* More homepage/features content, screenshots, tweaks

* Minor fixes to features page

* Minor tweaks

* Work on testimonials

* Work on homepage more

* More homepage work

* Continue work on homepage

* Add some sponsor logos

* Some citation screenshots

* Add citations

* Start making homepage responsive

* Re-add cache busting

Fix docs

* Use markdown syntax highlighting on frontpage

* Rework AJQuery to $_ to not interfere with jQuery

* Rewrite quick assist with AlpineJS, use markdown for contents

* More work on marketing pages

* Rebase and fix code displays

* Syntax highlight on-demand example, fix rollover

* Adjust on-demand demo

* Work on responsiveness

* Keep working on responsiveness

* Mainly finish making design responsive

* Thiccer favicon

* More work on marketing pages

* Keep on going

* Fix link

* Move new site into src folder

* Add open graph image

* Add recorded demo for homepage

* Tweak caption

* Fix Poppins font for now

* Minor tweaks

* Trim demo ending

* Remove unfinished pages

Also update Framer logo

---------

Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2023-12-11 10:07:34 -07:00
Matthew Holt
1e92385d6e
Update references to ZeroSSL
Forgot to update these  a while ago
2023-11-21 11:22:23 -07:00
Francis Lavoie
620ff0ce35
Lots of minor adjustments (#341) 2023-08-29 18:47:54 -04:00
Francis Lavoie
c66f785fcb
Implement cache busting (#337) 2023-08-11 12:03:17 -04:00
Matthew Holt
92c010fc60
Revert use of custom Fathom domain
Fathom has reported they are now broken due to vendor issues and
client-side blockers
2023-05-17 13:23:57 -06:00
Francis Lavoie
1197a29dd2
Introduce tabbed sections in Markdown, Docker docs (#310) 2023-03-21 11:18:29 -06:00
Matthew Holt
cdc20b7d83
New logo 2022-12-30 12:35:53 -07:00
Mohammed Al Sahaf
6e6875f65a
docs: add article covering asset signature verification (#268)
* docs: add article covering asset signature verification

* Apply suggestions from code review

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>

* add details around the need for artifact signature validation and the meaning of verification failure

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2022-10-23 08:47:49 +03:00
Francis Lavoie
e0541c0f3f
docsearch: Upgrade to v3 (#231)
See:
- https://docsearch.algolia.com/docs/DocSearch-v3
- https://docsearch.algolia.com/docs/migrating-from-v2
2022-05-11 10:31:22 -06:00
Mikhail
ec2cf03fad
Use subdirs for includes (#212) 2022-02-09 12:30:58 -07:00
Francis Lavoie
5f09f05e08
docs: Add new "Keep Caddy Running" page, moved from install.md (#181)
* docs: Add new Linux Service page, moved from install.md

* Apply suggestions from code review

Co-authored-by: Carl George <carl@george.computer>

* Add note regarding resetting Exec*

* Updates to make the page more generalized


Docker

* Polish the Windows Service docs a bit

Co-authored-by: Carl George <carl@george.computer>
2021-08-11 17:08:47 -06:00
Matthew Holt
e132c5c454
docs: Better support for module name collisions
In /docs/modules/, show both modules if module IDs are not globally unique.
Show both modules' docs on same page in expandable containers.

In /docs/json/, both modules appear in lists in the doc, but disambiguating them isn't implemented yet.
2021-06-02 15:16:15 -06:00
Matthew Holt
e7b259b93d
Update to Stack Holdings 2021-01-05 11:34:32 -07:00
Matthew Holt
4827cff659
docs: Update for v2.3; refactor install information
We now have only 1 download page, yay. Install docs are organized better. Less confusing.

Automatic HTTPS docs improved, and menu added.

Other minor updates to bring up to speed for v2.3.
2020-12-30 07:37:15 -07:00
Matthew Holt
1bdf4a6343 Add zerossl branding 2020-11-25 10:47:01 -07:00
Francis Lavoie
05fa4bcca1
docs: Minor JSON docs bugfix for hiding a header, remove invalid comment (#87) 2020-09-25 15:33:02 -06:00
Dave Henderson
30084b98b0
docs: Monitoring and metrics (#86)
* metrics: Adding docs for metrics

Signed-off-by: Dave Henderson <dhenderson@gmail.com>

* Addressing review comments

Signed-off-by: Dave Henderson <dhenderson@gmail.com>

* Apply suggestions from code review

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>

* Update src/docs/markdown/metrics.md

Co-authored-by: Dave Henderson <dhenderson@gmail.com>

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2020-09-22 20:12:24 -06:00
Francis Lavoie
99c602bf11
docs: Add links to Caddyfile directives in code blocks (#82) 2020-09-16 13:59:49 -06:00
Matthew Holt
ec9e966e55
Update footer with apilayer 2020-09-10 12:58:16 -06:00
Matthew Holt
4f6d355a97
Account portal, download page, non-standard module docs
This ends v1 on the website. Docs archive still available through a
sidebar nav link in the docs.
2020-07-16 15:53:33 -06:00
Matthew Holt
1d636ee43c
docs: Add link to wiki in nav 2020-06-02 20:03:43 -06:00
Matthew Holt
2c8897f6a7
docs: Expand "Extending Caddy" to new Developers section 2020-05-28 14:19:14 -06:00
Matt Holt
360c3b2ad0
docs: New page: common Caddyfile patterns (#42)
* docs: New common uses page for Caddyfile

* Apply the quick and easy suggestions from code review

Co-authored-by: Francis Lavoie <lavofr@gmail.com>

* Apply discussions from code review

* Add syntax highlighting to php_fastcgi docs

* Rename page and add more links to it

Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2020-05-17 16:29:01 -06:00
Matthew Holt
a07c2c0aa2
Use custom domain for fathom 2020-05-13 13:57:15 -06:00
Matthew Holt
58a4bc2ce0
Add fathom 2020-05-13 10:39:00 -06:00
Matthew Holt
d3c420e5f2
docs: Expand install into multiple pages; add example to header docs 2020-05-07 13:02:47 -06:00
Matthew Holt
e52e32ba7d
Update site for 2.0; add v2 landing page with asciinema video; docs 2020-05-04 19:39:11 -06:00
Matthew Holt
f181d98e38
Minor style updates, add business contact page 2020-05-02 23:26:37 -06:00
Matthew Holt
ff6a03e427
Change Support button text 2020-04-15 13:20:00 -06:00
Matthew Holt
cca0660339
docs: Several minor tweaks and fixes 2020-04-15 10:34:47 -06:00
Matthew Holt
e1057d795a
Minor updates for RC1 2020-04-02 16:43:53 -06:00
Matthew Holt
3ecf039665
docs: All-new design, along with many content updates in prep for RC1 2020-03-30 15:38:40 -06:00
Matthew Holt
fe58da0269
docs: New logging & arch articles; various minor improvements 2020-03-30 15:15:23 -06:00
Matthew Holt
208c48130d
Add Algolia search 2020-03-26 12:57:10 -06:00
Matthew Holt
e8e0ec148b
docs: Update links, and change references of v2 branch to master 2020-03-23 23:01:44 -06:00
Matthew Holt
9fb7806546
docs: Add v2 upgrade guide 2020-03-22 16:14:29 -06:00
Matthew Holt
ca8197d483
docs: Add SPA page for listing modules by their ID 2020-03-21 21:03:29 -06:00
Mohammed Al Sahaf
6730f6f833
Keep current year in copyright continuously updated (#14)
Nothing but a tiny change
2020-03-14 11:20:47 -06:00
Matthew Holt
5cf7dc8c93
Update for beta 17 2020-03-14 10:38:42 -06:00
Matthew Holt
dd3a8ba9cf
docs: Customize OG meta tags so title is individualized 2020-02-28 15:15:13 -07:00
Matthew Holt
cb9a30b124
head: Fine-tune meta tags 2020-02-23 22:04:02 -07:00
Bruno Paulino
0d3952565d
head: Add open graph tags and artwork for social media (#8) 2020-02-23 22:02:18 -07:00