[PATCH 0 of 2] Enhanced website navigation with 2-level menu and directive search

2022-08-30 Thread Liam Crilly via nginx-devel
Hello! First-time posting here... This patch series applies to the nginx.org repo. A video preview of the changes can be seen at https://youtu.be/-XcBIfTqdxc Patch 1 adds a search* box below the logo with the goal of helping users jump to the documentation for a specific directive or variable. I

Re: [PATCH 1 of 2] Enhanced website navigation with 2-level menu and directive search

2022-08-30 Thread Liam Crilly via nginx-devel
# HG changeset patch # User Liam Crilly # Date 1659696328 -3600 # Fri Aug 05 11:45:28 2022 +0100 # Node ID 1087570ec093271d10de8e901122c99003a79b6d # Parent 60851da88db689f3bfaa54453977ec9803b00509 Added search box to navigate directly to directive or variable docs. This patch adds a search

Re: [PATCH 2 of 2] Enhanced website navigation with 2-level menu and directive search

2022-08-30 Thread Liam Crilly via nginx-devel
# HG changeset patch # User Liam Crilly # Date 1659696358 -3600 # Fri Aug 05 11:45:58 2022 +0100 # Node ID 8781046c34459c05b4d6f296bbbadc3733d51b17 # Parent 1087570ec093271d10de8e901122c99003a79b6d Modified layout of navigation menu. This patch modifies the layout of the menu navigation wit

Re: [PATCH 0 of 2] Enhanced website navigation with 2-level menu and directive search

2022-09-06 Thread Liam Crilly via nginx-devel
Hi Maxim, Thank you for your considered response to these patches. I am collecting my thoughts and may respond further, or submit fresh patches based on your feedback. Cheers, Liam. ___ nginx-devel mailing list -- nginx-devel@nginx.org To unsubscribe s

Re: [PATCH 1 of 3] HTTP/3: "quic" parameter of "listen" directive

2023-02-01 Thread Liam Crilly via nginx-devel
> In http, an additional variable is available: $http3. > The value of $http3 is "h3" for HTTP/3 connections, Will the $server_protocol variable also be extended so that it evaluates to "HTTP/3.0" when appropriate? This is valuable for logging, to avoid complex log_format strings, or the

[PATCH 0 of 3] nginx.org usability enhancements

2023-07-24 Thread Liam Crilly via nginx-devel
Hello! This is the first of a multiple patch series for nginx.org. This changeset brings numerous usability enhancements while retaining the familiar look and feel of the site. The primary visual changes are: *) Readability on mobile devices - The right-hand menu is not shown for narrow view

[PATCH 1 of 3] CSS as file.

2023-07-24 Thread Liam Crilly via nginx-devel
# HG changeset patch # User Liam Crilly # Date 1690207197 -3600 # Mon Jul 24 14:59:57 2023 +0100 # Node ID df1cf98cf8f50eb1770d966aed583d21e481558b # Parent 1f672755959a64aec3f0aeceab1dbdc13cb36414 CSS as file. Extracts the inline styles from style.xsls into separate files for ease of style

[PATCH 2 of 3] Responsive menu.

2023-07-24 Thread Liam Crilly via nginx-devel
# HG changeset patch # User Liam Crilly # Date 1690207285 -3600 # Mon Jul 24 15:01:25 2023 +0100 # Node ID c4018ab31dc52632f470298fcc7cece1fd8f57b9 # Parent df1cf98cf8f50eb1770d966aed583d21e481558b Responsive menu. Nav menu is now hidden on narrow displays, collapsing to a "hamburger" menu

[PATCH 3 of 3] Stylesheet style changes.

2023-07-24 Thread Liam Crilly via nginx-devel
# HG changeset patch # User Liam Crilly # Date 1690207410 -3600 # Mon Jul 24 15:03:30 2023 +0100 # Node ID 29929155db5ad60e9f9c201d74fb73889287848f # Parent c4018ab31dc52632f470298fcc7cece1fd8f57b9 Stylesheet style changes. Optimized for readability, including support for dark mode. diff -

Re: [PATCH 1 of 3] CSS as file.

2023-08-04 Thread Liam Crilly via nginx-devel
Hi Maxim, Thanks for your response (to all three changesets). I will follow up on this after the summer vacation season. Cheers, Liam. _ From: nginx-devel on behalf of Maxim Dounin Sent: 02 August 2023 18:37 To: Liam Crilly via nginx-devel Subject: Re: [PATCH 1 of 3] CSS as file