This repository has been migrated to https://github.com/apple/swift-org-website.
This is the source for the Swift Internals website, which hosts internal documentation for the Swift compiler and standard library, as well as the Swift API Guidelines., which are automatically regenerated from this source.
- Have Ruby >= 2.0.0 installed.
gem install bundler
—this command must normally be run with sudo/root/admin privileges.bundle install
—run this command as a regular, unprivileged user.LC_ALL=en_us.UTF-8 bundle exec jekyll serve --baseurl /swift-internals
- Visit http://localhost:4000/swift-internals/.
- Make edits to the source, refresh your browser, lather, rinse, repeat.
Notes:
- Changes to
_config.yml
require restarting the local server (step 4 above). - If you make changes to
_config.yml
specifically in order to serve these pages from an address other than http://apple.github.io/swift-internals, please make sure those changes are not included in any pull requests, so we don't inadvertently break the main site.