From 24f50dd3acb0f350efd39675259d51f8c4838ac9 Mon Sep 17 00:00:00 2001 From: Chris Bobbe Date: Tue, 7 Apr 2020 18:40:13 -0700 Subject: [PATCH] docs/architecture: Remove long-outdated bit. There's a lot more that could be improved in this doc; at https://github.com/zulip/zulip-mobile/issues/3307#issuecomment-585596824, we noted that we don't want to keep an up-to-date doc of everything in the /src directory; everything should be done inline. --- docs/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture.md b/docs/architecture.md index 35ff9256576..0ffe555834b 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -49,7 +49,7 @@ persisted data. In general most of the work will be inside of the `/src` directory. The only reason to touch the `/ios` or `/android` directories would be to add native -modules (which we aren't using at the moment). +modules. ### Top-level files * `package.json` - specifies `yarn` / NPM dependencies and scripts for the project