forked from projectlombok/lombok
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
made the site look a lot better on ‘small’ responsive mode (phones an…
…d such).
- Loading branch information
1 parent
4053b32
commit a5d5ac8
Showing
6 changed files
with
70 additions
and
44 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,15 +1,17 @@ | ||
RewriteRule ^/features/all$ /features/index.html [L] | ||
RewriteRule ^/features/experimental/all$ /features/experimental/index.html [L] | ||
RewriteRule ^/features/.*\.html$ - [L] | ||
RewriteRule ^/features/(.*)$ /features/$1.html [L] | ||
RewriteRule ^/features$ /features/index.html [L] | ||
RewriteRule ^/features/experimental$ /features/experimental/index.html [L] | ||
RewriteRule ^/changelog$ /changelog.html [L] | ||
RewriteRule ^/?$ /main.html [L] | ||
RewriteRule ^/index(.html)?$ /main.html [L] | ||
RewriteRule ^/credits$ /credits.html [L] | ||
RewriteRule ^/download$ /download.html [L] | ||
RewriteRule ^/all(-v|V)ersions(.html)?$ /all-versions.html [L] | ||
RewriteRule ^/setup/.*\.html$ - [L] | ||
RewriteRule ^/setup/(.*) /setup/$1.html [L] | ||
|
||
RewriteEngine On | ||
RewriteRule ^features/all$ /features/index.html [L,END] | ||
RewriteRule ^features/index(\.html)?$ /features/index.html [L,END] | ||
RewriteRule ^features/experimental/all$ /features/experimental/index.html [L,END] | ||
RewriteRule ^features/experimental/index(\.html)?$ /features/experimental/index.html [L,END] | ||
RewriteRule ^features/.*\.html$ - [L,END] | ||
RewriteRule ^features/(.*)$ /features/$1.html [L,END] | ||
RewriteRule ^features$ /features/index.html [L,END] | ||
RewriteRule ^features/experimental$ /features/experimental/index.html [L,END] | ||
RewriteRule ^changelog$ /changelog.html [L,END] | ||
RewriteRule ^$ /main.html [L,END] | ||
RewriteRule ^index(\.html)?$ /main.html [L,END] | ||
RewriteRule ^credits$ /credits.html [L,END] | ||
RewriteRule ^download$ /download.html [L,END] | ||
RewriteRule ^all-versions$ /all-versions.html [L,END] | ||
RewriteRule ^setup/.*\.html$ - [L,END] | ||
RewriteRule ^setup/(.*) /setup/$1.html [L,END] |
This file contains 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 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 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 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 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