Skip to content

Commit

Permalink
Add conference menu links
Browse files Browse the repository at this point in the history
and make a shortcut redirect of /conf to /circuit-breakers
  • Loading branch information
shushugah committed Aug 1, 2024
1 parent 6fd696f commit facbf47
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ GEM
eventmachine (1.2.7)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (4.26.1-arm64-darwin)
rake (>= 13)
google-protobuf (4.26.1-x86_64-linux)
rake (>= 13)
http_parser.rb (0.8.0)
Expand Down Expand Up @@ -67,6 +69,8 @@ GEM
strscan
rouge (4.2.0)
safe_yaml (1.0.5)
sass-embedded (1.77.1-arm64-darwin)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.1-x86_64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
strscan (3.1.0)
Expand All @@ -78,6 +82,7 @@ GEM
webrick (1.8.1)

PLATFORMS
arm64-darwin-23
x86_64-linux

DEPENDENCIES
Expand Down
6 changes: 4 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ exclude_from_localizations: ["assets", "admin"]
header_links:
- url: /subscribe
text: Join
- url: /events
text: Events
- url: /circuit-breakers
text: 2024 Tech Conf
- url: /blog
text: Blog
- url: /chapters
Expand All @@ -79,6 +79,8 @@ header_links:
links:
- url: /subscribe
text: Join
- url: /circuit-breakers
text: 2024 Tech Conf
- url: /events
text: Events
- url: /blog
Expand Down
1 change: 0 additions & 1 deletion circuit-breakers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,4 @@ <h3>FAQ</h3>
</div>

</body>

</html>
8 changes: 7 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@
from = "/slack-thanks/"
to = "/welcome"
status = 308
force = true
force = true

[[redirects]]
from = "/conf"
to = "/circuit-breakers"
status = 301
force = true

0 comments on commit facbf47

Please sign in to comment.