diff --git a/_data/translations.yml b/_data/translations.yml index 44ce59ce1a..1594865b0b 100644 --- a/_data/translations.yml +++ b/_data/translations.yml @@ -1,8 +1,3 @@ -- name: Chinese - code: zh - description: Bootstrap 中文文档 - url: https://v4.bootcss.com/ - - name: Chinese code: zh description: Bootstrap 4 中文文档教程 diff --git a/_includes/callout-danger-async-methods.md b/_includes/callout-danger-async-methods.md index f7a76aa4d3..809643e1dc 100644 --- a/_includes/callout-danger-async-methods.md +++ b/_includes/callout-danger-async-methods.md @@ -3,5 +3,5 @@ All API methods are **asynchronous** and start a **transition**. They returns to the caller as soon as the transition is started but **before it ends**. In addition, a method call on a **transitioning component will be ignored**. -[See our Javascript documentation for more informations.]({{ site.baseurl }}/getting-started/javascript/#content) +[See our Javascript documentation for more informations.]({{ site.baseurl }}/getting-started/javascript/) {% endcallout %} diff --git a/docs/4.0/components/carousel.md b/docs/4.0/components/carousel.md index 0846a68be1..29802f4666 100644 --- a/docs/4.0/components/carousel.md +++ b/docs/4.0/components/carousel.md @@ -109,7 +109,7 @@ The `.active` class needs to be added to one of the slides. Otherwise, the carou ### With captions -Add captions to your slides easily with the `.carousel-caption` element within any `.carousel-item`. They can be easily hidden on smaller viewports, as shown below, with optional [display utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/display-property/). We hide them initially with `.d-none` and bring them back on medium-sized devices with `.d-md-block`. +Add captions to your slides easily with the `.carousel-caption` element within any `.carousel-item`. They can be easily hidden on smaller viewports, as shown below, with optional [display utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/display/). We hide them initially with `.d-none` and bring them back on medium-sized devices with `.d-md-block`.