Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 76c60e9

Browse files
authored
Merge pull request #240 from coder/airflow
cleaned up apache-airflow readme
2 parents c50c425 + b0d6224 commit 76c60e9

File tree

1 file changed

+0
-48
lines changed

1 file changed

+0
-48
lines changed

apache-airflow/README.md

-48
Original file line numberDiff line numberDiff line change
@@ -21,51 +21,3 @@ module "airflow" {
2121
```
2222

2323
![Airflow](../.images/airflow.png)
24-
25-
## Examples
26-
27-
### Example 1
28-
29-
Install the Dracula theme from [OpenVSX](https://open-vsx.org/):
30-
31-
```tf
32-
module "airflow" {
33-
source = "registry.coder.com/modules/apache-airflow/coder"
34-
version = "1.0.13"
35-
agent_id = coder_agent.example.id
36-
extensions = [
37-
"dracula-theme.theme-dracula"
38-
]
39-
}
40-
```
41-
42-
Enter the `<author>.<name>` into the extensions array and code-server will automatically install on start.
43-
44-
### Example 2
45-
46-
Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarted/settings#_settingsjson) file:
47-
48-
```tf
49-
module "airflow" {
50-
source = "registry.coder.com/modules/apache-airflow/coder"
51-
version = "1.0.13"
52-
agent_id = coder_agent.example.id
53-
extensions = ["dracula-theme.theme-dracula"]
54-
settings = {
55-
"workbench.colorTheme" = "Dracula"
56-
}
57-
}
58-
```
59-
60-
### Example 3
61-
62-
Run code-server in the background, don't fetch it from GitHub:
63-
64-
```tf
65-
module "airflow" {
66-
source = "registry.coder.com/modules/apache-airflow/coder"
67-
version = "1.0.13"
68-
agent_id = coder_agent.example.id
69-
offline = true
70-
}
71-
```

0 commit comments

Comments
 (0)