bridgetown
https://github.com/bridgetownrb/bridgetown
Ruby
A next-generation progressive site generator & fullstack framework, powered by Ruby
Shared::Navbar#initialize
No Docs, write some!
Edit
git clone [email protected]:bridgetownrb/bridgetown.git
cd bridgetown
open bridgetown-core/lib/site_template/TEMPLATES/serbea/_components/shared/navbar.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Shared--Navbar-initialize-for-pr
# Commit to gitgit add bridgetown-core/lib/site_template/TEMPLATES/serbea/_components/shared/navbar.rbgit commit -m "better docs for Shared::Navbar#initialize"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Shared--Navbar-initialize-for-pr
hub pull-request
# Celebrate!