Commit Graph

69 Commits

Author SHA1 Message Date
Lukas Schätzle
2f18f2750c Add installation guide for plesk/shared hosting (#7586)
* Add installation guide for plesk/shared hosting

* Add note on ports and passenger

* Fix wording

* Fix asset references

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-08-26 17:46:36 -04:00
Nicola Krumschmidt
ba43e3139e Add create-directus-extension package (#7329)
* Make spinner success message bold in extension cli

* Expose extension-sdk cli functions

* Add create-directus-extension package

* Bump version

* Fix type fun times

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-08-26 17:32:27 -04:00
Pascal Jufer
14d4a9d310 Link to awesome-directus in introduction doc (#7516) 2021-08-20 09:59:11 -04:00
Rijk van Zanten
5f7dce54e2 Use stricter Vue eslint setting (#6833) 2021-07-15 13:49:59 -04:00
Rijk van Zanten
352f6056ae Update support.md 2021-06-26 12:01:59 -04:00
Geert Ijewski
02ec28f5f3 fix link (#6339) 2021-06-17 09:19:30 -04:00
Pascal Jufer
1dd6da2aa9 Fix OpenAPI specs (#6179)
* Unique operationIds for users/me methods

* Fix specs for /users/invite/accept and rename files

* Add missing parameters definition for /utils/sort

* Add .yaml to lint-staged and format cmd

* Format .yaml files

* Fix small linting issue

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-06-14 10:38:43 -04:00
Pascal Jufer
a2a35aaab5 Add support for _FILE environment variables (#6101)
* Add support for _FILE environment variables

* Enhance processing of _FILE env vars

* Same processing as with other env vars (do not simply treat as string)
- tested successfully
* Warn if both variables are set (EXAMPLE and EXAMPLE_FILE)
* Add comments to make it easier to understand the code

* Set newKey only after file read was successful

* Don't convert value > MAX_SAFE_INTEGER to number

Thanks to @skizer!

As stated by @skizer (from #6119):
  Altho it seems that we do have a numerical value
  it can happen that its outside of Number.MAX_SAFE_INTEGER
  thus resulting in a change of the original intended value
  e.g oauth -> discord -> client_id

* Fix recursive logger-env import

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-06-09 14:08:26 -04:00
Ben Haynes
f173d18a63 Update introduction.md (#6087) 2021-06-07 09:31:26 -04:00
Ben Haynes
b86dc14b55 Update introduction.md (#6086) 2021-06-04 19:02:33 -04:00
Rijk van Zanten
1b49dd0f3f Update one-clicks in readme/docs (#6037)
* Update one-clicks in readme/docs

* Fix width on deploy badges

* Tweak logo alignment

* Re-add section br

* Add updated button for DO
2021-06-03 14:41:12 -04:00
dependabot[bot]
f03b4e64de Bump @types/node from 15.6.0 to 15.9.0 (#6018)
* Bump @types/node from 15.6.0 to 15.9.0

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.6.0 to 15.9.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix type issues

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-06-03 11:07:03 -04:00
Ben Haynes
8d5be5c607 Updated docs intro 2021-06-03 10:08:58 -04:00
nichols-green
f3d1561005 Added document for running directus on iis (#6006)
* Added document for running directus on iis

* Update iis.md

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-06-02 13:12:02 -04:00
Ben Haynes
749ca7effb Add Troubleshooting 2021-05-17 17:24:33 -04:00
rijkvanzanten
010eabad27 Format remaining md files 2021-05-04 18:52:08 -04:00
rijkvanzanten
fb5c9068bc List updated min requirement 2021-03-04 14:14:31 -05:00
Ben Haynes
aace1668bc docs link update 2021-02-26 18:46:36 -05:00
Ben Haynes
8f96917342 updated youtube link 2021-02-26 18:38:44 -05:00
WoLfulus
ca3c4e54f1 Adds Heroku app link (#4249) 2021-02-23 12:15:53 -05:00
YannickMol
983d667343 Update links in docs (#4091) 2021-02-16 13:34:16 -05:00
Ben Haynes
66d594fc5f less intrusive warning 2021-02-08 17:52:51 -05:00
Luis Donis
08aa037d7a Fix link to roles management (#3957) 2021-02-07 08:21:50 -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
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
Philleep Florence
7a7026a3ca 1128.03 - Fix Broken Links . Update Installation and Contribution Guides 2021-01-15 16:11:53 -05:00
Rijk van Zanten
f494e3b1ec Update contributing.md 2021-01-15 09:41:10 -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
Ben Haynes
7956c57d50 No more doubling 2021-01-07 14:58:15 -05:00
Willem Liu
322138fbe9 Added missing word "recent" to sentence 2021-01-05 10:05:03 +01:00
rijkvanzanten
a563fe81e7 Merge branch 'main' into build-packages 2020-12-16 16:28:14 -05:00
Ben Haynes
c0d1eeed25 docs updates 2020-12-09 19:05:01 -05:00
Ben Haynes
8d3ce52a0f Version links 2020-12-07 21:45:50 -05:00
Ben Haynes
6685391505 split out api docs 2020-12-02 17:59:36 -05:00
rijkvanzanten
8c5db5d927 Update docs docs docs 2020-12-02 12:28:37 -05:00
rijkvanzanten
68d3df37b5 Fix info blocks 2020-12-01 18:25:23 -05:00
rijkvanzanten
10a63ca1f3 Add version notice 2020-12-01 18:07:16 -05:00
rijkvanzanten
f8977a885d Update docs once more 2020-12-01 18:01:00 -05:00
rijkvanzanten
41a3ffcd00 Format md 2020-12-01 16:52:51 -05:00
rijkvanzanten
30b4463057 Update docs 2020-12-01 16:46:15 -05:00
rijkvanzanten
3a6e209f97 Update docs 2020-12-01 15:51:52 -05:00
rijkvanzanten
db355faa37 Setup structure for query param detail pages 2020-12-01 13:33:30 -05:00
rijkvanzanten
d44f99331c Fix links to next repo 2020-11-18 20:34:14 -05:00
Rijk van Zanten
79f986eecd Update contributing.md 2020-11-05 10:33:14 -05:00
maartenvn
716784a1c8 Replace 'locale' with 'language'
- Update fields translations use 'language' instead of 'locale'
- Replace all translation files from locale to language
- Update the docs with locale to language
2020-10-10 00:59:10 +02:00
Rijk van Zanten
5a9fbf6163 Merge pull request #588 from directus/contributing
Update dev env setup
2020-10-08 11:28:28 -04:00
rijkvanzanten
46e19b7cb0 Update install instructions to match new setup command 2020-10-08 11:28:16 -04:00