Skip to content

Commit

Permalink
feat(docs): reintroduce Bootstrap Community section in introduction (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Dec 20, 2021
1 parent 5c21e6e commit 1387ae8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 3 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ params:
docs_version: "5.1"
rfs_version: "v9.0.6"
repo: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap"
twitter: "orange"
twitter: "getbootstrap"
slack: "https://bootstrap-slack.herokuapp.com/"
blog: "https://blog.getbootstrap.com/"
icons: "https://design.orange.com/icons-libraries/"
bootstrap: "https://getbootstrap.com"
ods:
Expand Down
14 changes: 13 additions & 1 deletion site/content/docs/5.1/getting-started/introduction.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: docs
title: Introduction
description: Get started with Boosted, the world's most popular framework for building responsive, mobile-first sites, with jsDelivr and a template starter page.
description: Get started with Boosted, based on Bootstrap, the world's most popular framework for building responsive, mobile-first sites, with jsDelivr and a template starter page.
group: getting-started
aliases:
- "/docs/5.1/getting-started/"
Expand Down Expand Up @@ -202,3 +202,15 @@ It should be used for critical resources only.
### Reboot

For improved cross-browser rendering, we use [Reboot]({{< docsref "/content/reboot" >}}) to correct inconsistencies across browsers and devices while providing slightly more opinionated resets to common HTML elements.

## Bootstrap Community

Stay up to date on the development of Bootstrap and reach out to the community with these helpful resources.

- Read and subscribe to [The Official Bootstrap Blog]({{< param blog >}}).
- Join [the official Slack room]({{< param slack >}}).
- Chat with fellow Bootstrappers in IRC. On the `irc.libera.chat` server, in the `#bootstrap` channel.
- Implementation help may be found at Stack Overflow (tagged [`bootstrap-5`](https://stackoverflow.com/questions/tagged/bootstrap-5)).
- Developers should use the keyword `bootstrap` on packages that modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/search?q=keywords:bootstrap) or similar delivery mechanisms for maximum discoverability.

You can also follow [@getbootstrap on Twitter](https://twitter.com/{{< param twitter >}}) for the latest gossip and awesome music videos.

0 comments on commit 1387ae8

Please sign in to comment.