Skip to content

Commit d0e1c7c

Browse files
committed
remove mention of autocomplete from the docs
1 parent c8cbcfd commit d0e1c7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/Hello world extension.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ You should see output similar to the following. And navigating to [http://localh
9797
Packages add features to Xlog by calling `Register*` functions in the `init` function of the page. This allow registering a group of types for xlog to use in the appropriate time. Like:
9898

9999
* Preprocessor
100-
* Autocomplete
101100
* Command
102101

103102
For our extension we want to add "Hello world!" before the actual page content. this is exactly what the Preprocessor is for. a function that processes the page text before rendering it to HTML.

0 commit comments

Comments
 (0)