diff --git a/_config.yml b/_config.yml index f3dae58..0929eb4 100644 --- a/_config.yml +++ b/_config.yml @@ -19,8 +19,6 @@ collections: nav_bars: - title: "Documents" url: "/kemal/docs/getting_started.html" - - title: "Blog" - url: "/blog/" - title: "Github" url: "https://github.com/sdogruyol/kemal" diff --git a/_docs/static_files.md b/_docs/static_files.md index 5a50009..5bd0b65 100644 --- a/_docs/static_files.md +++ b/_docs/static_files.md @@ -3,8 +3,6 @@ layout: doc title: Static Files --- -# Statics - Add your files to `public` directory and Kemal will serve these files immediately. ``` diff --git a/_docs/utilities.md b/_docs/utilities.md index 4658302..d86283e 100644 --- a/_docs/utilities.md +++ b/_docs/utilities.md @@ -3,7 +3,8 @@ layout: doc title: Utilities --- -# Browser Redirect +## Browser Redirect + Just like other things in `kemal`, browser redirection is super simple as well. Use `environment` variable in defined route's corresponding block and call `redirect` on it. ```ruby