From e6dac085cb1d601da1fc63bfd59d811612fa6ef4 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 8 Oct 2021 12:24:19 +0000 Subject: update composer libs --- .../bootstrap/site/content/docs/5.1/about/team.md | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/about/team.md (limited to 'vendor/twbs/bootstrap/site/content/docs/5.1/about/team.md') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.1/about/team.md b/vendor/twbs/bootstrap/site/content/docs/5.1/about/team.md new file mode 100644 index 000000000..3c1666f29 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.1/about/team.md @@ -0,0 +1,23 @@ +--- +layout: docs +title: Team +description: An overview of the founding team and core contributors to Bootstrap. +group: about +--- + +Bootstrap is maintained by the founding team and a small group of invaluable core contributors, with the massive support and involvement of our community. + +{{< team.inline >}} +
+ {{- range (index $.Site.Data "core-team") }} + + @{{ .user }} + + {{ .name }} @{{ .user }} + + + {{ end -}} +
+{{< /team.inline >}} + +Get involved with Bootstrap development by [opening an issue]({{< param repo >}}/issues/new) or submitting a pull request. Read our [contributing guidelines]({{< param repo >}}/blob/v{{< param current_version >}}/.github/CONTRIBUTING.md) for information on how we develop. -- cgit v1.2.3