From f1d84745df750682d1d1e8db7240429ae1f3f804 Mon Sep 17 00:00:00 2001 From: Shai Almog <67850168+shai-almog@users.noreply.github.com> Date: Fri, 24 Oct 2025 07:45:14 +0300 Subject: [PATCH] Fix asciidoc lint issues --- docs/developer-guide/Advanced-Topics-Under-The-Hood.asciidoc | 2 +- docs/developer-guide/Working-With-Javascript.asciidoc | 2 +- docs/developer-guide/developer-guide.asciidoc | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/developer-guide/Advanced-Topics-Under-The-Hood.asciidoc b/docs/developer-guide/Advanced-Topics-Under-The-Hood.asciidoc index 50024fc93c..3b44bd641f 100644 --- a/docs/developer-guide/Advanced-Topics-Under-The-Hood.asciidoc +++ b/docs/developer-guide/Advanced-Topics-Under-The-Hood.asciidoc @@ -1125,7 +1125,7 @@ Several rules govern the creation of NativeInterfaces and we only briefly covere - `hashCode`, `equals` & `toString` are reserved and won't be mapped to native code .NativeInterface Supported Types -[cols="6*",options="header"] +[cols="5*",options="header"] |==== | Java | Android | JavaSE | Obj-C | C# |byte | byte | byte | char | sbyte diff --git a/docs/developer-guide/Working-With-Javascript.asciidoc b/docs/developer-guide/Working-With-Javascript.asciidoc index cef099b91d..6eb933fa19 100644 --- a/docs/developer-guide/Working-With-Javascript.asciidoc +++ b/docs/developer-guide/Working-With-Javascript.asciidoc @@ -230,7 +230,7 @@ Display.getInstance().setProperty("javascript.useProxyForSameDomain", "true"); 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. -===== Using Apache as a Proxy +==== Using Apache as a Proxy 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: diff --git a/docs/developer-guide/developer-guide.asciidoc b/docs/developer-guide/developer-guide.asciidoc index e4c896690f..92b8fc0bbd 100644 --- a/docs/developer-guide/developer-guide.asciidoc +++ b/docs/developer-guide/developer-guide.asciidoc @@ -99,4 +99,3 @@ include::Working-With-CodenameOne-Sources.asciidoc[] include::Working-with-UWP.asciidoc[] -include::Travis-CI-Integration.asciidoc[]