]> BookStack Code Mirror - website/commitdiff
Added teams wiki alternative page
authorDan Brown <redacted>
Thu, 12 Jan 2023 16:26:16 +0000 (16:26 +0000)
committerDan Brown <redacted>
Thu, 12 Jan 2023 16:26:16 +0000 (16:26 +0000)
content/about/teams-wiki-alternative.md [new file with mode: 0644]
static/images/yt/XBrqKRqt0lY.webp [new file with mode: 0644]
themes/bookstack/layouts/partials/footer.html
themes/bookstack/sass/styles.scss

diff --git a/content/about/teams-wiki-alternative.md b/content/about/teams-wiki-alternative.md
new file mode 100644 (file)
index 0000000..266914d
--- /dev/null
@@ -0,0 +1,74 @@
+---
+title: "BookStack: An Open Source Microsoft Teams Wiki Alternative"
+---
+
+
+With Microsoft retiring wikis within teams you may be looking for an alternative solution for documentation within your 
+environment. BookStack offers a potential free and Open Source alternative for your needs.
+
+{{<yt XBrqKRqt0lY>}}
+
+### What BookStack Offers
+
+##### AD Compatible SSO Options, Without the Tax
+
+Built in to the BookStack core are SSO options for authentication including LDAP, OIDC and SAML2.
+These also have the ability to map BookStack user roles to auth system groups for easy permission control.
+
+##### Self-Host Without Complex Requirements
+
+BookStack is built to be self-hosted and it can be done so without needing a great deal of resources.
+It's fundamentally a modern PHP application using MySQL as a datastore. 
+It can easily be ran on a 1GB RAM VM, and it's resource usage scales with system activity. 
+
+##### WYSIWYG Editor Experience, Markdown for Power Users
+
+At the core of BookStack is a WYSIWYG editor for its "pages" to ensure easy usage for all those within a business.
+Optionally, a Markdown editor can be used instead if preferred. 
+
+##### Content Format Keeping to Standards
+
+The content written in BookStack is primarily stored in a relatively simple and flat layer of HTML. 
+It's a core focus of ours that content remains portable so you're never seriously vendor-locked.
+
+##### APIs and Extension
+
+We have a developing simple REST API that covers all the core content types and user management requirements.
+We also have extension options that allow customization of any view, icon or text, upon some options to extend back-end functionality.
+
+##### Established Community Resources
+
+Since 2016 BookStack has built a community across GitHub, Reddit and Discord.
+Upon that, we have a built up library of video guidance on YouTube to provide detailed help for trickier subjects such as auth setup.
+
+##### Built-in Diagramming
+
+BookStack comes ready-integrated with [diagrams.net](https://www.diagrams.net/) for easy creation and editing of diagrams within
+your documentation content.
+
+##### Permission, Roles & Admin Controls at the Ready
+
+Built in is a core role-based permission system that allows a great level of control for admins, which includes global and content-level control.
+Admins also have access to an audit log for visibility into platform activity. 
+
+##### Enterprise Support Available
+
+While we have a range of community support options, we also have a range of [business support plans](/support/)
+for where assured and official support is required.
+
+---
+
+The above only lightly touches on the functionality and features of BookStack.
+To get a real feel of what BookStack is get started with your own instance or explore our demo:
+
+[GitHub](https://github.com/BookStackApp/BookStack)   |   [Demo Instance](https://demo.bookstackapp.com)   |   [Installation Instructions](/docs/admin/installation)
+
+[Read more and see screenshots on our homepage »](/)
+
+---
+
+## Migrating From Teams Wiki to BookStack
+
+We don't have an automated way to migrate your content directly from Teams to BookStack.  
+We do have a growing [REST API](/docs/admin/hacking-bookstack/#bookstack-api) that can be used to automate some of the process where possible.
+We also have a collection of [API usage examples in various languages](https://github.com/BookStackApp/api-scripts) to help jumpstart your own tooling where needed.
diff --git a/static/images/yt/XBrqKRqt0lY.webp b/static/images/yt/XBrqKRqt0lY.webp
new file mode 100644 (file)
index 0000000..16c54f1
--- /dev/null
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c936b245f8aa6355264387d4016b4ba1658dbfe272f542e6e4719f5b8e69bcb9
+size 49664
index 9d18ba81863356f03a8f8f8dadf9e6cc08f97d91..8cd25ff1bd10624fdcd5902b30d66499efb3a0d9 100644 (file)
@@ -42,6 +42,7 @@
                     <h5>Information</h5>
                     <ul class="nav-list">
                         <li><a href="/about/confluence-alternative/">A Confluence Alternative</a></li>
+                        <li><a href="/about/teams-wiki-alternative/">Microsoft Teams Wiki Alternative</a></li>
                         <li><a href="/about/open-source-documentation-software/">Open Source Documentation Software</a></li>
                         <li><a href="/support/">Our Support Services</a></li>
                     </ul>
index 3cb000497ce8c385b8601e95404e7933c20ca994..b9af86be629b4b8a0cd51d06f198e23f3505d624 100644 (file)
@@ -430,6 +430,7 @@ iframe[src^="https://www.youtube-nocookie.com"],
 }
 .youtube-embed-wrap a img {
   object-fit: cover;
+  width: 100%;
 }
 
 .meilisearch-autocomplete .docs-searchbar-footer {