Commit Graph

253 Commits

Author SHA1 Message Date
rijkvanzanten
262b59c44d Add missing dependency 2021-02-05 19:01:56 -05:00
rijkvanzanten
d25900d13f Remove unused file 2021-02-05 18:59:38 -05:00
Rijk van Zanten
817ccf3620 Overhaul docs (#3951)
* Add Quickstart Guide

* Update installation

* Remove unused files

* Update support/backing

* Tweaks in concepts

* Setup file structure for API reference 2.0

* Setup page layout for reference

* Add clean-urls plugin

* getting started updates

* Finish authentication rest

* getting started updates

* Render stylus in 2 spaces

* Various

* Various

* Finish activity docs

* Add collections reference

* Add extension reference

* concepts updates

* Fields/tweaks

* Add files doc

* Add revisions

* concepts docs

* More api reference

* Finish rest api reference (finally)

* initial concepts

* More things

* Add assets api ref

* Move sections from file to assets

* Add environment variables

* contributing docs

* Add field transforms page

* Left align table headers

* concept links

* Add API config

* Fix mobile nav

* Add migrating a project

* doc link fixes

Co-authored-by: Ben Haynes <ben@rngr.org>
2021-02-05 18:51:54 -05:00
Rijk van Zanten
5450de0351 Update Docs (#3905)
* Allow formatted value display for numbers

* Move the docs website into monorepo

* Fix build

* Tweak docs build setup

* Fix tips, pull in images

* Add syntax highlighting to docs

* Restructure nav, add divider

* Fix tips formatting

* Add prettier config

* Add editorconfig
2021-02-02 11:55:04 -05:00
Philleep Florence
c934dd17a6 1129.01 - Resolve links and images within the Docs Module. (#3760)
* 1129.01 - Resolve links and images within the Docs Module. Validate hint container blocks.

* Remove copy-to-app

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-02-01 17:15:58 -05:00
rijkvanzanten
b2263e614a v9.0.0-rc.34 2021-01-29 17:14:12 -05:00
rijkvanzanten
91cb0cc58f v9.0.0-rc.33 2021-01-28 17:54:19 -05:00
Rijk van Zanten
959872b499 Merge pull request #3795 from maggie0002/patch-1
Docs: Close open ports in docker-compose for security improvement
2021-01-28 11:56:59 -05:00
rijkvanzanten
a7cd02a5a6 v9.0.0-rc.32 2021-01-25 18:10:01 -05:00
maggie0002
deba17d355 Update docker.md 2021-01-23 10:21:14 -08:00
maggie0002
d933c0a9d6 Close open ports for security improvement
- Ports are not required here, as all three containers share the same 'directus' network. They can communicate with each other internally. Opening the ports only exposes the database and cache to the world (the internet) unnecessarily, posing more of a security issue. 

- 'Container name:' ensures that the container adopts that specific name. While by default the container will start with the name specified at the top of each container section (i.e. directus, cache, database), if one of those names is occupied it risks reverting to an alternative, which will have networking implications as those specific hostnames are sought from the other containers. With 'container name:' set, it will return an error that the container name is in use. Adopting here the 'explicit is better than implicit' approach. 

'Depends on:' as the name suggests, ensures that the database and cache are up and running before Directus starts.
2021-01-23 10:15:59 -08:00
rijkvanzanten
39de4591b6 v9.0.0-rc.31 2021-01-21 14:53:30 -05:00
Ben Haynes
89a32352e1 update custom module boilerplate 2021-01-20 10:10:41 -05:00
Ben Haynes
f708645b1b add docs for private data variables 2021-01-20 10:04:25 -05:00
Rijk van Zanten
90877ccd82 Merge pull request #3713 from philleepflorence/docs
1128.03 - Fix Broken Links . Update Installation and Contribution Guides
2021-01-15 16:34:42 -07:00
rijkvanzanten
c9c764d242 v9.0.0-rc.30 2021-01-15 17:33:35 -05:00
rijkvanzanten
31a773c60d Fix the nav docs 2021-01-15 17:31:21 -05:00
Philleep Florence
7a7026a3ca 1128.03 - Fix Broken Links . Update Installation and Contribution Guides 2021-01-15 16:11:53 -05:00
rijkvanzanten
53c0164ca1 v9.0.0-rc.29 2021-01-15 11:54:50 -05:00
Rijk van Zanten
f494e3b1ec Update contributing.md 2021-01-15 09:41:10 -05:00
WoLfulus
09d45b9f93 Remove bundles from docs 2021-01-14 07:23:40 -03:00
Rijk van Zanten
4261d88499 Merge pull request #3594 from philleepflorence/docs
1128.01 - Fix Broken Links (Getting Started): Update installation guide.
2021-01-12 11:55:26 -07:00
Ben Haynes
8323264335 app translations docs WIP 2021-01-12 12:50:28 -05:00
rijkvanzanten
3572e40e40 Wrap tip in prettier ignore, format using prettier 2021-01-12 10:00:03 -05:00
Shea Lavington
74e6abb064 Update URL + Requirements Tip 2021-01-12 14:56:10 +00:00
theonlynexus
ccbc12e129 Added more detailed oAuth configuration docs. 2021-01-10 13:49:09 +09:00
Philleep Florence
afbe1de320 1128.02 - Fix Broken Links (Getting Started): Update installation guide. 2021-01-08 13:09:32 -05:00
Ben Haynes
7956c57d50 No more doubling 2021-01-07 14:58:15 -05:00
Philleep Florence
f731b08b95 1128.01 - Fix Broken Links (Getting Started): Update installation guide. 2021-01-06 02:57:10 -05:00
Willem Liu
322138fbe9 Added missing word "recent" to sentence 2021-01-05 10:05:03 +01:00
Tien Tran
14569be099 Correct driver code for Google Cloud Storage 2021-01-04 23:57:53 +11:00
Ben Haynes
9340a45615 Merge pull request #3565 from joewinger/main
Update phrasing fields.md
2021-01-03 21:21:29 -05:00
Joe Winger
2eb8d41d32 Update phrasing fields.md
"Keep in mind that Directus Fields are just a database columns." --> "Keep in mind that a Directus Field is just a database column."
2021-01-03 14:30:49 -05:00
Joe Winger
7332f3de90 Update phrasing collections.md
"Keep in mind that Directus Collections are just a database tables." --> "Keep in mind that a Directus Collection is just a database table."
2021-01-03 14:26:05 -05:00
Joe Winger
d2a84b8bf9 Fix typo items.md
Change "Archving" to "Archiving" in line 7.
2021-01-03 12:28:53 -05:00
Sebastian Kinzlinger
ca2fd85aef Update interfaces.md
Correct link for types.
2021-01-03 08:58:42 +02:00
Andreas Anckar
6d2794a007 Update platform-overview.md
Fix typo
2021-01-02 23:59:10 +02:00
rijkvanzanten
9666cf44fe v9.0.0-rc.28 2020-12-31 15:45:47 -05:00
Dugi
f44f3ca490 Update Full Example
Pass { schema: req.schema } as a second argument
2020-12-30 11:49:36 +02:00
Ben Haynes
4b14249c6b additional docs 2020-12-28 18:42:31 -05:00
rijkvanzanten
225efcf50c v9.0.0-rc.27 2020-12-28 15:26:01 -05:00
rijkvanzanten
bb8bdc9f20 v9.0.0-rc.26 2020-12-21 16:37:37 -05:00
rijkvanzanten
7fad80417d v9.0.0-rc.25 2020-12-21 15:54:55 -05:00
Rijk van Zanten
71a27030e4 Merge pull request #3492 from directus/health
Add /server/health endpoint
2020-12-21 15:47:09 -05:00
rijkvanzanten
f17ad4a722 Add some starter docs on health 2020-12-21 15:41:58 -05:00
WoLfulus
4782d38c54 Update docker-compose examples. 2020-12-21 13:13:55 -03:00
rijkvanzanten
637c7a32ef v9.0.0-rc.24 2020-12-16 18:44:53 -05:00
rijkvanzanten
a563fe81e7 Merge branch 'main' into build-packages 2020-12-16 16:28:14 -05:00
rijkvanzanten
bfb2df432e Replace ASSETS_CACHE_CONTROL with ASSETS_CACHE_TTL 2020-12-16 14:47:15 -05:00
rijkvanzanten
578b761ded Add auto-purge option
And add cache-control header when auto purge is disabled

Fixes #3425
2020-12-16 14:26:38 -05:00