forked from phpactor/phpactor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcouscous.yml
68 lines (63 loc) · 1.94 KB
/
couscous.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
baseUrl: https://phpactor.github.io/phpactor
include:
- doc
template:
directory: doc/template
github:
user: phpactor
repo: phpactor
title: Phpactor
subTitle: Intelligent autocompletion and refactoring tool for PHP
menu:
sections:
about:
name: Home
items:
about:
text: About
relativeUrl: index.html
usage:
name: Usage
items:
standalone:
text: Standalone
relativeUrl: standalone.html
vim-plugin:
text: VIM plugin
relativeUrl: vim-plugin.html
configuration:
text: Configuration
relativeUrl: configuration.html
extensions:
text: Extensions
relativeUrl: extensions.html
reference:
name: Reference
items:
completion:
text: Completion
relativeUrl: completion.html
navigation:
text: Navigation
relativeUrl: navigation.html
refactorings:
text: Refactorings
relativeUrl: refactorings.html
other:
name: Other topics
items:
lsp:
text: Language Server (experimental)
relativeUrl: lsp.html
integrations:
text: Integrations
relativeUrl: integrations.html
history:
text: History
relativeUrl: history.html
development:
text: Debugging Phpactor
relativeUrl: developing.html
rpc:
text: RPC Protocol
relativeUrl: rpc.html