Skip to content

Commit 60060aa

Browse files
authored
Fix asciidoc lint issues (#4065)
1 parent bbb428c commit 60060aa

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

docs/developer-guide/Advanced-Topics-Under-The-Hood.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ Several rules govern the creation of NativeInterfaces and we only briefly covere
11251125
- `hashCode`, `equals` & `toString` are reserved and won't be mapped to native code
11261126

11271127
.NativeInterface Supported Types
1128-
[cols="6*",options="header"]
1128+
[cols="5*",options="header"]
11291129
|====
11301130
| Java | Android | JavaSE | Obj-C | C#
11311131
|byte | byte | byte | char | sbyte

docs/developer-guide/Working-With-Javascript.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Display.getInstance().setProperty("javascript.useProxyForSameDomain", "true");
230230

231231
The browser shields some HTTP headers (e.g. "Set-Cookie") from Javascript so that your app cannot access them. Going through the proxy works around this limitation by copying and encoding such headers in a format that the browser will allow, and then decoding them client-side to make them available to your app seamlessly.
232232

233-
===== Using Apache as a Proxy
233+
==== Using Apache as a Proxy
234234

235235
If you are hosting your application on an Apache 2 web server with mod_proxy installed, and you only need to make CORS requests to a single domain (or a limited set of domains), you can use Apache to serve as your proxy. One sample configuration (which you would place either in your VirtualHost definition or your .htaccess file is as follows:
236236

docs/developer-guide/developer-guide.asciidoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,3 @@ include::Working-With-CodenameOne-Sources.asciidoc[]
9999

100100
include::Working-with-UWP.asciidoc[]
101101

102-
include::Travis-CI-Integration.asciidoc[]

0 commit comments

Comments
 (0)