twitter-bootstrap 如何从 twitter bootstrap 网站下载示例
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/17180364/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How can I download the examples from twitter bootstrap website
提问by user2471133
I'm following a tutorial in which the authors says to download the "Basic Marketing website" template from the twitter bootstrap website: http://twitter.github.io/bootstrap/index.html
我正在学习一个教程,其中作者说要从 twitter bootstrap 网站下载“基本营销网站”模板:http: //twitter.github.io/bootstrap/index.html
I see the example in the example section, but I can't figure out how can I download it. The author says it will be a hero.html file.
我在示例部分看到了示例,但我不知道如何下载它。作者说这将是一个 hero.html 文件。
Can you please help me here? Thanks.
你能帮我吗?谢谢。
回答by jtheman
You will find it in the full download at https://github.com/twbs/bootstrap/tree/master
您可以在https://github.com/twbs/bootstrap/tree/master的完整下载中找到它
The examples are in the /site/content/docs/[version]/examples folder
示例位于 /site/content/docs/[version]/examples 文件夹中
回答by ravk
The new updated path is as mentioned below:
新的更新路径如下:
The examples are in /docs/examples/ in a full download of the Bootstrap source code
这些示例位于 Bootstrap 源代码的完整下载中的 /docs/examples/
Thanks @cvrebert (http://github.com/twbs/bootstrap/issues/13196) for providing the new path.
感谢 @cvrebert ( http://github.com/twbs/bootstrap/issues/13196) 提供新路径。

