From 53203c083f7d614aeecc2567def87cab1ea93faa Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Wed, 20 Jan 2021 21:53:44 +0100 Subject: [PATCH] Update docs/features/techdocs/architecture.md Co-authored-by: Patrik Oldsberg --- docs/features/techdocs/architecture.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/features/techdocs/architecture.md b/docs/features/techdocs/architecture.md index 2156d0dc9d..92cd78b071 100644 --- a/docs/features/techdocs/architecture.md +++ b/docs/features/techdocs/architecture.md @@ -134,9 +134,8 @@ with the cloud storage provider, for both fetching static generated sites and publishing the updates. There are other planned features like an authentication layer for users to determine whether they have the permission to view a particular docs site. There are a handful of features which are extremely hard -to develop without a tightly integrated backend in place. Hence, supporting -`techdocs` without `techdocs-backend` is limiting and challenging for its -development. +to develop without a tightly integrated backend in place. Hence, support for +`techdocs` without `techdocs-backend` is limited and challenging to develop. # Future work