在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):spinnaker/spinnaker.github.io开源软件地址(OpenSource Url):https://github.com/spinnaker/spinnaker.github.io开源编程语言(OpenSource Language):HTML 84.1%开源软件介绍(OpenSource Introduction):THIS REPOSITORY IS NO LONGER USED TO GENERATE THE SPINNAKER.IO WEBSITE.All pull requests should be made in the new github.com/spinnaker/spinnaker.io repo. --------------------------------- ARCHIVED ------------------------------ Local previewThe easiest way to preview and test your changes to Spinnaker.io is to run your branch locally with Docker, via the dockerfile included in the root directory. In the root directory of your fork, run: docker build --tag spinnaker/spinnaker.github.io-test .
docker run -it --rm --mount "type=bind,source=$(pwd),target=/code" \
-p 4000:4000 spinnaker/spinnaker.github.io-test --incremental Navigate to http://localhost:4000 to see your locally generated page. Jekyll methodAlternatively, set up Jekyll and use it to run the site locally. It runs on Ruby, and running multiple versions of Ruby on a single system can create challenges. These instructions install Installation
Your system is now ready for local preview of the documentation site. Local preview
(Optional) Host the website on Amazon S3Hosting the documentation website on Amazon S3 allows review from look/feel perspective before a pull request is submitted. This allows peer reviews of a breaking change without needing any technical setup by the reviewer.
Page GenerationA page named
MermaidSequence diagrams can be generated with the mermaid.js library by adding BreadcrumbsEach page has a breadcrumb trail at the top that is based on the URL structure. You should ensure that there is at
least an Link CheckerKeep the "broken window theory" at bay by ensuring all links work with HTML Proofer Run link checker before committing:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论