]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Drop slack
authorXhmikosR <xhmikosr@gmail.com>
Wed, 20 Mar 2024 15:24:08 +0000 (17:24 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 21 Mar 2024 14:38:12 +0000 (16:38 +0200)
config.yml
site/content/docs/4.6/getting-started/best-practices.md
site/content/docs/4.6/getting-started/introduction.md
site/layouts/partials/docs-navbar.html
site/layouts/partials/icons/slack.svg [deleted file]

index 80672363d2759d2892a3a5d1aba4f17ddea6b9da..8e2d315fe3b3b55b54f08910d625f3afc46118b6 100644 (file)
@@ -61,7 +61,6 @@ params:
   github_org:           "https://github.com/twbs"
   repo:                 "https://github.com/twbs/bootstrap"
   twitter:              "getbootstrap"
-  slack:                "https://bootstrap-slack.herokuapp.com/"
   opencollective:       "https://opencollective.com/bootstrap"
   blog:                 "https://blog.getbootstrap.com/"
   expo:                 "https://expo.getbootstrap.com/"
index e17fc1290a4d86b9c635f4138605bc78b287382e..c9c116c27bd14917d8573a519cee7821336d99f4 100644 (file)
@@ -17,4 +17,3 @@ We've designed and developed Bootstrap to work in a number of environments. Here
 - Working with Sass files
 - Building new CSS components
 - Working with flexbox
-- Ask in [Slack](https://bootstrap-slack.herokuapp.com/)
index e937914f0ed700aa00ae7b014698db85ad693ba7..6df105997a670121d90b7d4c47c186b7562ab706 100644 (file)
@@ -154,7 +154,6 @@ For improved cross-browser rendering, we use [Reboot]({{< docsref "/content/rebo
 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-4`](https://stackoverflow.com/questions/tagged/bootstrap-4)).
 - Developers should use the keyword `bootstrap` on packages which 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.
index 363814ceb6f976c6bfc7163cb7f8255ad84803ba..abc27f4bebb28bc416c65a7fc30346b43551443f 100644 (file)
         {{ partial "icons/twitter.svg" (dict "class" "navbar-nav-svg") }}
       </a>
     </li>
-    <li class="nav-item">
-      <a class="nav-link px-1 mx-1 py-3 my-n2" href="{{ .Site.Params.slack }}" target="_blank" rel="noopener" aria-label="Slack">
-        {{ partial "icons/slack.svg" (dict "class" "navbar-nav-svg") }}
-      </a>
-    </li>
     <li class="nav-item">
       <a class="nav-link px-1 mx-1 py-3 my-n2" href="{{ .Site.Params.opencollective }}/" target="_blank" rel="noopener" aria-label="Open Collective">
         {{ partial "icons/opencollective.svg" (dict "class" "navbar-nav-svg") }}
diff --git a/site/layouts/partials/icons/slack.svg b/site/layouts/partials/icons/slack.svg
deleted file mode 100644 (file)
index eba4dde..0000000
+++ /dev/null
@@ -1 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg"{{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{ . }}"{{ end }} viewBox="0 0 512 512" role="img" focusable="false"><title>{{ with .title }}{{ . }}{{ else }}Slack{{ end }}</title><path fill="currentColor" d="M210.787 234.832l68.31-22.883 22.1 65.977-68.309 22.882z"/><path fill="currentColor" d="M490.54 185.6C437.7 9.59 361.6-31.34 185.6 21.46S-31.3 150.4 21.46 326.4 150.4 543.3 326.4 490.54 543.34 361.6 490.54 185.6zM401.7 299.8l-33.15 11.05 11.46 34.38c4.5 13.92-2.87 29.06-16.78 33.56-2.87.82-6.14 1.64-9 1.23a27.32 27.32 0 0 1-24.56-18l-11.46-34.38-68.36 22.92 11.46 34.38c4.5 13.92-2.87 29.06-16.78 33.56-2.87.82-6.14 1.64-9 1.23a27.32 27.32 0 0 1-24.56-18l-11.46-34.43-33.15 11.05c-2.87.82-6.14 1.64-9 1.23a27.32 27.32 0 0 1-24.56-18c-4.5-13.92 2.87-29.06 16.78-33.56l33.12-11.03-22.1-65.9-33.15 11.05c-2.87.82-6.14 1.64-9 1.23a27.32 27.32 0 0 1-24.56-18c-4.48-13.93 2.89-29.07 16.81-33.58l33.15-11.05-11.46-34.38c-4.5-13.92 2.87-29.06 16.78-33.56s29.06 2.87 33.56 16.78l11.46 34.38 68.36-22.92-11.46-34.38c-4.5-13.92 2.87-29.06 16.78-33.56s29.06 2.87 33.56 16.78l11.47 34.42 33.15-11.05c13.92-4.5 29.06 2.87 33.56 16.78s-2.87 29.06-16.78 33.56L329.7 194.6l22.1 65.9 33.15-11.05c13.92-4.5 29.06 2.87 33.56 16.78s-2.88 29.07-16.81 33.57z"/></svg>
\ No newline at end of file