This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/netbeans-antora-tutorials.git


The following commit(s) were added to refs/heads/main by this push:
     new 37ed1e4e cleanup section
     new afe14181 Merge pull request #6 from ebarboni/sectionremoval
37ed1e4e is described below

commit 37ed1e4e1c86dcd91db0abec927053da8e278d50
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Jan 18 15:20:44 2024 +0100

    cleanup section
---
 modules/ROOT/pages/kb/docs/cnd/index.adoc          |  1 -
 modules/ROOT/pages/kb/docs/cnd/section.adoc        | 38 ----------
 modules/ROOT/pages/kb/docs/java/section.adoc       | 80 ----------------------
 .../ROOT/pages/kb/docs/javaee/ecommerce/index.adoc |  1 -
 .../pages/kb/docs/javaee/ecommerce/section.adoc    | 41 -----------
 modules/ROOT/pages/kb/docs/javaee/index.adoc       |  1 -
 modules/ROOT/pages/kb/docs/javaee/section.adoc     | 48 -------------
 modules/ROOT/pages/kb/docs/php/section.adoc        | 61 -----------------
 modules/ROOT/pages/kb/docs/section.adoc            | 38 ----------
 modules/ROOT/pages/kb/docs/web/index.adoc          |  1 -
 modules/ROOT/pages/kb/docs/web/section.adoc        | 48 -------------
 modules/ROOT/pages/kb/docs/webclient/index.adoc    |  1 -
 modules/ROOT/pages/kb/docs/webclient/section.adoc  | 43 ------------
 modules/ROOT/pages/kb/docs/websvc/index.adoc       |  1 -
 modules/ROOT/pages/kb/docs/websvc/section.adoc     | 38 ----------
 modules/ROOT/pages/tutorials/index.adoc            |  1 -
 16 files changed, 442 deletions(-)

diff --git a/modules/ROOT/pages/kb/docs/cnd/index.adoc 
b/modules/ROOT/pages/kb/docs/cnd/index.adoc
index 61ce7759..9df52400 100644
--- a/modules/ROOT/pages/kb/docs/cnd/index.adoc
+++ b/modules/ROOT/pages/kb/docs/cnd/index.adoc
@@ -37,7 +37,6 @@
 - xref:./navigating-editing.adoc[Editing and Navigating C/C++ Source Files - 
NetBeans IDE Tutorial]
 - xref:./depchecking.adoc[Make Dependency Checking]
 - xref:./remote-modes.adoc[Modes of C/C++ Remote Development in the IDE]
-- xref:./section.adoc[]
 - xref:./cpp-vcs.adoc[Storing NetBeans C/C++ Projects Under Version Control 
Systems]
 - xref:./toolchain.adoc[Using the C/C++ Tool Collection Descriptor - NetBeans 
IDE Tutorial]
 
diff --git a/modules/ROOT/pages/kb/docs/cnd/section.adoc 
b/modules/ROOT/pages/kb/docs/cnd/section.adoc
deleted file mode 100644
index f9d8dce4..00000000
--- a/modules/ROOT/pages/kb/docs/cnd/section.adoc
+++ /dev/null
@@ -1,38 +0,0 @@
-// 
-//     Licensed to the Apache Software Foundation (ASF) under one
-//     or more contributor license agreements.  See the NOTICE file
-//     distributed with this work for additional information
-//     regarding copyright ownership.  The ASF licenses this file
-//     to you under the Apache License, Version 2.0 (the
-//     "License"); you may not use this file except in compliance
-//     with the License.  You may obtain a copy of the License at
-// 
-//       http://www.apache.org/licenses/LICENSE-2.0
-// 
-//     Unless required by applicable law or agreed to in writing,
-//     software distributed under the License is distributed on an
-//     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-//     KIND, either express or implied.  See the License for the
-//     specific language governing permissions and limitations
-//     under the License.
-//
-
-.C and C++ Tutorials
-************************************************
-- xref:./c-unit-test.adoc[Adding Unit Tests to a C Project - NetBeans IDE 
Tutorial]
-- xref:./beginning-jni-linux.adoc[Beginning JNI with NetBeans IDE and C/C{pp} 
Plugin on Linux]
-- xref:./HowTos.adoc[C/C{pp} Application How-Tos for Code Assistance]
-- xref:./quickstart.adoc[C/C{pp} Projects Quick Start Tutorial]
-- xref:./remotedev-tutorial.adoc[C/C{pp} Remote Development - NetBeans IDE 
Tutorial]
-- xref:./index.adoc[C and C++ Tutorials]
-- xref:./debugging.adoc[Debugging C/C++ Projects Tutorial]
-- xref:./development-environment.adoc[Defining Your C/C++ Project&#39;s 
Development Environment]
-- xref:./navigating-editing.adoc[Editing and Navigating C/C++ Source Files - 
NetBeans IDE Tutorial]
-- xref:./depchecking.adoc[Make Dependency Checking]
-- xref:./remote-modes.adoc[Modes of C/C++ Remote Development in the IDE]
-- xref:./section.adoc[]
-- xref:./cpp-vcs.adoc[Storing NetBeans C/C++ Projects Under Version Control 
Systems]
-- xref:./toolchain.adoc[Using the C/C++ Tool Collection Descriptor - NetBeans 
IDE Tutorial]
-************************************************
-
-
diff --git a/modules/ROOT/pages/kb/docs/java/section.adoc 
b/modules/ROOT/pages/kb/docs/java/section.adoc
deleted file mode 100644
index 945109c5..00000000
--- a/modules/ROOT/pages/kb/docs/java/section.adoc
+++ /dev/null
@@ -1,80 +0,0 @@
-// 
-//     Licensed to the Apache Software Foundation (ASF) under one
-//     or more contributor license agreements.  See the NOTICE file
-//     distributed with this work for additional information
-//     regarding copyright ownership.  The ASF licenses this file
-//     to you under the Apache License, Version 2.0 (the
-//     "License"); you may not use this file except in compliance
-//     with the License.  You may obtain a copy of the License at
-// 
-//       http://www.apache.org/licenses/LICENSE-2.0
-// 
-//     Unless required by applicable law or agreed to in writing,
-//     software distributed under the License is distributed on an
-//     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-//     KIND, either express or implied.  See the License for the
-//     specific language governing permissions and limitations
-//     under the License.
-//
-
-.Java Tutorials
-************************************************
-- xref:./gui-filechooser.adoc[Adding a File Chooser to a Java Application]
-- xref:./jmx-tutorial.adoc[Adding Java Management Extensions (JMX) 
Instrumentation to a Java Application]
-- xref:./annotations.adoc[Annotation Processors Support in the NetBeans IDE]
-- xref:./annotations-lombok.adoc[Annotation Processors Support in the NetBeans 
IDE, Part I: Using Project Lombok]
-- xref:./annotations-custom.adoc[Annotation Processors Support in the NetBeans 
IDE, Part II: Using Own Custom Annotation Processors in the IDE]
-- xref:./gui-binding.adoc[Binding Beans and Data in a Java Application]
-- xref:./editor-codereference.adoc[ Code Assistance in the NetBeans IDE Java 
Editor: A Reference Guide]
-- xref:./maven-hib-java-se.adoc[Creating a Maven Swing Application Using 
Hibernate - NetBeans IDE Tutorial]
-- xref:./debug-multithreaded.adoc[Debugging Multi-threaded Applications in 
NetBeans IDE]
-- xref:./gbcustomizer-basic.adoc[Designing a Basic Java Form Using the GridBag 
Customizer]
-- xref:./gbcustomizer-advanced.adoc[Designing an Advanced Java Form Using the 
GridBag Customizer]
-- xref:./gui-builder-screencast.adoc[Designing a Swing GUI in NetBeans IDE]
-- xref:./quickstart-gui.adoc[Designing a Swing GUI in NetBeans IDE]
-- xref:./jmx-manager-tutorial.adoc[Developing a Java Management Extensions 
(JMX) Manager and Connecting to a Remote JMX Agent]
-- xref:./javase-intro.adoc[Developing General Java Applications]
-- xref:./java-editor-screencast.adoc[Editing Java Code in NetBeans IDE 6.9.1]
-- xref:./gui-gaps.adoc[Gap Editing Support in the NetBeans GUI Builder]
-- xref:./jmx-getstart.adoc[Getting Started with JMX Monitoring in NetBeans IDE]
-- xref:./quickstart-gui-legend.adoc[GUI Builder Visual Feedback Legend]
-- xref:./gui-image-display.adoc[Handling Images in a Java GUI Application]
-- xref:./gui-automatic-i18n.adoc[Internationalizing a GUI Form]
-- xref:./groovy-quickstart.adoc[Introduction to Groovy]
-- xref:./gui-functionality.adoc[Introduction to GUI Building]
-- xref:./profiler-intro.adoc[Introduction to Profiling Java Applications in 
NetBeans IDE]
-- xref:./index.adoc[Java Tutorials]
-- xref:./native_pkg.adoc[Native Packaging in NetBeans IDE]
-- xref:./quickstart.adoc[NetBeans IDE Java Quick Start Tutorial]
-- xref:./javase-jdk7.adoc[Overview of JDK 7 Support in NetBeans IDE]
-- xref:./javase-jdk8.adoc[Overview of JDK 8 Support in NetBeans IDE]
-- xref:./javase-deploy.adoc[Packaging and Distributing Java Desktop 
Applications]
-- xref:./profile-loadgenerator.adoc[]
-- xref:./profiler-screencast.adoc[Profiling Points, Drill Down Graph, Heap 
Walker in NetBeans IDE]
-- xref:./import-eclipse.adoc[Redirect Page]
-- xref:./project-setup.adoc[Redirect Page]
-- xref:./editor-inspect-transform.adoc[Refactoring with Inspect and Transform 
in the NetBeans IDE Java Editor]
-- xref:./section.adoc[]
-- xref:./code-inspect.adoc[Static Code Analysis in the NetBeans IDE Java 
Editor]
-- xref:./hibernate-java-se.adoc[Using Hibernate in a Java Swing Application]
-- xref:./javase-embedded.adoc[Using Oracle Java SE Embedded Support in 
NetBeans IDE]
-- xref:./profiler-profilingpoints.adoc[Using Profiling Points in NetBeans IDE]
-- xref:./debug-visual.adoc[Using the Visual Debugger in NetBeans IDE]
-- xref:./debug-deadlock-screencast.adoc[Video of Deadlock Detection Using the 
NetBeans Debugger]
-- xref:./nb_fx_screencast.adoc[Video of JavaFX Support in NetBeans IDE]
-- xref:./jdk8-nb74-screencast.adoc[Video of JDK 8 Support in NetBeans IDE 7.4]
-- xref:./jdk7-nb70-screencast.adoc[Video of NetBeans IDE Support for JDK 7]
-- xref:./jdk8-migration-screencast.adoc[Video of Smart Migration to JDK 8 in 
NetBeans IDE]
-- xref:./editor-formatting-screencast.adoc[Video of the Code Formatting 
Features in the NetBeans IDE]
-- xref:./refactoring-nb71-screencast.adoc[Video of the Inspect and Transform 
Refactoring Feature in NetBeans IDE]
-- xref:./debug-multithreaded-screencast.adoc[Video of the Multithreaded 
Debugging with the NetBeans IDE]
-- xref:./introduce-refactoring-screencast.adoc[Video of the Refactoring 
Options in NetBeans IDE]
-- xref:./code-inspect-screencast.adoc[Video of the Static Code Analysis 
Feature in the NetBeans IDE]
-- xref:./debug-visual-screencast.adoc[Video of the Using the Visual Debugger 
in NetBeans IDE]
-- xref:./testng-screencast.adoc[Video of Using TestNG in NetBeans IDE]
-- xref:./debug-evaluator-screencast.adoc[Video of Using the Code Snippet 
Evaluator in the NetBeans Debugger]
-- xref:./debug-stepinto-screencast.adoc[Video of Visual Step Into Action in 
NetBeans Debugger]
-- xref:./junit-intro.adoc[Writing JUnit Tests in NetBeans IDE]
-************************************************
-
-
diff --git a/modules/ROOT/pages/kb/docs/javaee/ecommerce/index.adoc 
b/modules/ROOT/pages/kb/docs/javaee/ecommerce/index.adoc
index dd301fb4..d625e23b 100644
--- a/modules/ROOT/pages/kb/docs/javaee/ecommerce/index.adoc
+++ b/modules/ROOT/pages/kb/docs/javaee/ecommerce/index.adoc
@@ -27,7 +27,6 @@
 :description: e-Commerce Tutorials
 
 - xref:index.adoc[e-Commerce Tutorials]
-- xref:./section.adoc[]
 - xref:./entity-session.adoc[The NetBeans E-commerce Tutorial - Adding Entity 
Classes and Session Beans]
 - xref:./language.adoc[The NetBeans E-commerce Tutorial - Adding Language 
Support]
 - xref:./conclusion.adoc[The NetBeans E-commerce Tutorial - Conclusion]
diff --git a/modules/ROOT/pages/kb/docs/javaee/ecommerce/section.adoc 
b/modules/ROOT/pages/kb/docs/javaee/ecommerce/section.adoc
deleted file mode 100644
index a376026e..00000000
--- a/modules/ROOT/pages/kb/docs/javaee/ecommerce/section.adoc
+++ /dev/null
@@ -1,41 +0,0 @@
-// 
-//     Licensed to the Apache Software Foundation (ASF) under one
-//     or more contributor license agreements.  See the NOTICE file
-//     distributed with this work for additional information
-//     regarding copyright ownership.  The ASF licenses this file
-//     to you under the Apache License, Version 2.0 (the
-//     "License"); you may not use this file except in compliance
-//     with the License.  You may obtain a copy of the License at
-// 
-//       http://www.apache.org/licenses/LICENSE-2.0
-// 
-//     Unless required by applicable law or agreed to in writing,
-//     software distributed under the License is distributed on an
-//     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-//     KIND, either express or implied.  See the License for the
-//     specific language governing permissions and limitations
-//     under the License.
-//
-
-.e-Commerce Tutorials
-************************************************
-- xref:index.adoc[e-Commerce Tutorials]
-- xref:./section.adoc[]
-- xref:./entity-session.adoc[The NetBeans E-commerce Tutorial - Adding Entity 
Classes and Session Beans]
-- xref:./language.adoc[The NetBeans E-commerce Tutorial - Adding Language 
Support]
-- xref:./conclusion.adoc[The NetBeans E-commerce Tutorial - Conclusion]
-- xref:./connect-db.adoc[The NetBeans E-commerce Tutorial - Connecting the 
Application to the Database]
-- xref:./design.adoc[The NetBeans E-commerce Tutorial - Designing the 
Application]
-- xref:./data-model.adoc[The NetBeans E-commerce Tutorial - Designing the Data 
Model]
-- xref:./transaction.adoc[The NetBeans E-commerce Tutorial - Integrating 
Transactional Business Logic]
-- xref:./intro.adoc[The NetBeans E-commerce Tutorial - Introduction]
-- xref:./netbeans-ecommerce-tutorial.adoc[The NetBeans E-commerce Tutorial - 
Introduction]
-- xref:./manage-sessions.adoc[The NetBeans E-commerce Tutorial - Managing 
Sessions]
-- xref:./page-views-controller.adoc[The NetBeans E-commerce Tutorial - 
Preparing the Page Views and Controller Servlet]
-- xref:./security.adoc[The NetBeans E-commerce Tutorial - Securing the 
Application]
-- xref:./setup-dev-environ.adoc[The NetBeans E-commerce Tutorial - Setting up 
the Development Environment]
-- xref:./setup.adoc[The NetBeans E-commerce Tutorial - Setup Instructions]
-- xref:./test-profile.adoc[The NetBeans E-commerce Tutorial - Testing and 
Profiling]
-************************************************
-
-
diff --git a/modules/ROOT/pages/kb/docs/javaee/index.adoc 
b/modules/ROOT/pages/kb/docs/javaee/index.adoc
index 0d50c944..ee6f07ab 100644
--- a/modules/ROOT/pages/kb/docs/javaee/index.adoc
+++ b/modules/ROOT/pages/kb/docs/javaee/index.adoc
@@ -36,7 +36,6 @@
 - xref:./javaee-intro.adoc[Introduction to Support for Java EE Technology in 
NetBeans IDE]
 - xref:./index.adoc[JavaEE Tutorials]
 - xref:./profiler-javaee.adoc[Profiling an Enterprise Application in NetBeans 
IDE]
-- xref:./section.adoc[]
 - xref:./maven-entapp-testing.adoc[Testing a Maven Enterprise Application]
 - xref:./maven-osgiservice-cdi.adoc[Using CDI to Inject OSGi Bundles as 
Services in NetBeans IDE]
 - xref:./jpa-eclipselink-screencast.adoc[Using JPA Support with EclipseLink]
diff --git a/modules/ROOT/pages/kb/docs/javaee/section.adoc 
b/modules/ROOT/pages/kb/docs/javaee/section.adoc
deleted file mode 100644
index 068aeddc..00000000
--- a/modules/ROOT/pages/kb/docs/javaee/section.adoc
+++ /dev/null
@@ -1,48 +0,0 @@
-// 
-//     Licensed to the Apache Software Foundation (ASF) under one
-//     or more contributor license agreements.  See the NOTICE file
-//     distributed with this work for additional information
-//     regarding copyright ownership.  The ASF licenses this file
-//     to you under the Apache License, Version 2.0 (the
-//     "License"); you may not use this file except in compliance
-//     with the License.  You may obtain a copy of the License at
-// 
-//       http://www.apache.org/licenses/LICENSE-2.0
-// 
-//     Unless required by applicable law or agreed to in writing,
-//     software distributed under the License is distributed on an
-//     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-//     KIND, either express or implied.  See the License for the
-//     specific language governing permissions and limitations
-//     under the License.
-//
-
-.JavaEE Tutorials
-************************************************
-- xref:./cdi-validate.adoc[Applying @Alternative Beans and Lifecycle 
Annotations]
-- xref:./secure-ejb.adoc[Building Secure Enterprise Beans in Java EE]
-- xref:./entappclient.adoc[Creating and Running an Application Client on the 
GlassFish Server]
-- xref:./maven-entapp.adoc[Creating an Enterprise Application Using Maven]
-- xref:./javaee-entapp-ejb.adoc[Creating an Enterprise Application with EJB 
3.1]
-- xref:./cdi-intro.adoc[Getting Started with Contexts and Dependency Injection 
and JSF 2.x]
-- xref:./javaee-gettingstarted.adoc[Getting Started with Java EE Applications]
-- xref:./javaee-intro.adoc[Introduction to Support for Java EE Technology in 
NetBeans IDE]
-- xref:./index.adoc[JavaEE Tutorials]
-- xref:./profiler-javaee.adoc[Profiling an Enterprise Application in NetBeans 
IDE]
-- xref:./section.adoc[]
-- xref:./maven-entapp-testing.adoc[Testing a Maven Enterprise Application]
-- xref:./maven-osgiservice-cdi.adoc[Using CDI to Inject OSGi Bundles as 
Services in NetBeans IDE]
-- xref:./jpa-eclipselink-screencast.adoc[Using JPA Support with EclipseLink]
-- xref:./javaee-entapp-junit.adoc[Using the Embedded EJB Container to Test 
Enterprise Applications]
-- xref:./maven-websocketapi.adoc[Using the WebSocket API in a Web Application]
-- xref:./weblogic-javaee-m1-screencast.adoc[Video of Deploying a Web 
Application to the Oracle WebLogic Server]
-- xref:./javaee-gettingstarted-screencast.adoc[Video of Getting Started with 
Java EE Applications]
-- xref:./javaee-gettingstarted-js-screencast.adoc[Video of Getting Started 
with JavaScript Client Development in Java EE Applications]
-- xref:./javaee-gettingstarted-pf-screencast.adoc[Video of Getting Started 
with PrimeFaces Development in Java EE Applications]
-- xref:./maven-primefaces-screencast.adoc[Video of PrimeFaces Development with 
NetBeans IDE]
-- xref:./maven-websocketapi-screencast.adoc[Video of Using the WebSocket API 
in a Web Application]
-- xref:./cdi-events.adoc[Working with Events in CDI]
-- xref:./cdi-inject.adoc[Working with Injection and Qualifiers in CDI]
-************************************************
-
-
diff --git a/modules/ROOT/pages/kb/docs/php/section.adoc 
b/modules/ROOT/pages/kb/docs/php/section.adoc
deleted file mode 100644
index b9915899..00000000
--- a/modules/ROOT/pages/kb/docs/php/section.adoc
+++ /dev/null
@@ -1,61 +0,0 @@
-// 
-//     Licensed to the Apache Software Foundation (ASF) under one
-//     or more contributor license agreements.  See the NOTICE file
-//     distributed with this work for additional information
-//     regarding copyright ownership.  The ASF licenses this file
-//     to you under the Apache License, Version 2.0 (the
-//     "License"); you may not use this file except in compliance
-//     with the License.  You may obtain a copy of the License at
-// 
-//       http://www.apache.org/licenses/LICENSE-2.0
-// 
-//     Unless required by applicable law or agreed to in writing,
-//     software distributed under the License is distributed on an
-//     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-//     KIND, either express or implied.  See the License for the
-//     specific language governing permissions and limitations
-//     under the License.
-//
-
-.PHP Tutorials
-************************************************
-- xref:./flickr-screencast.adoc[Building a Flickr Slideshow with PHP]
-- xref:./code-templates.adoc[Code Templates in NetBeans IDE for PHP]
-- xref:./configure-php-environment-mac-os.adoc[Configuring PHP, Apache, MySQL, 
and Xdebug for PHP development in MAC OS X]
-- xref:./configure-php-environment-windows.adoc[Configuring PHP Development 
Environment in Windows]
-- xref:./configure-php-environment-ubuntu.adoc[Configuring the PHP Development 
Environment in Linux Ubuntu]
-- xref:./wish-list-tutorial-main-page.adoc[Creating a Database Driven 
Application With NetBeans IDE PHP Editor]
-- xref:./wish-list-lesson1.adoc[Creating a Database Driven Application With 
PHP]
-- xref:./wish-list-lesson2.adoc[Creating a Database Driven Application With 
PHP]
-- xref:./wish-list-lesson3.adoc[Creating a Database Driven Application With 
PHP]
-- xref:./wish-list-lesson4.adoc[Creating a Database Driven Application With 
PHP]
-- xref:./wish-list-lesson5.adoc[Creating a Database Driven Application With 
PHP]
-- xref:./wish-list-lesson6.adoc[Creating a Database Driven Application With 
PHP]
-- xref:./wish-list-lesson7.adoc[Creating a Database Driven Application With 
PHP]
-- xref:./wish-list-lesson8.adoc[Creating a Database Driven Application With 
PHP]
-- xref:./wish-list-lesson9.adoc[Creating a Database Driven Application With 
PHP]
-- xref:./wish-list-oracle-lesson1.adoc[Creating a Database Driven Application 
With PHP]
-- xref:./debugging.adoc[Debugging PHP Source Code in the NetBeans IDE]
-- xref:./php-variables-screencast.adoc[Declaring Variables in Comments and 
Associated Code Completion Features in NetBeans PHP Editor 6.7]
-- xref:./project-config-screencast.adoc[Demo of PHP support in NetBeans 6.5 - 
Part I: Projects and Configuration]
-- xref:./editor-screencast.adoc[Demo of PHP support in NetBeans 6.5 - Part II: 
Editor Features]
-- xref:./remote-hosting-and-ftp-account.adoc[Deploying a PHP Application on a 
Remote Web Server Using the NetBeans IDE]
-- xref:./screencast-doctrine2.adoc[Doctrine 2 Support in NetBeans IDE for PHP]
-- xref:./screencast-php54.adoc[Editing PHP 5.4 with NetBeans IDE for PHP]
-- xref:./screencast-apigen.adoc[Generating PHP Documentation With NetBeans IDE]
-- xref:./screencast-phpdoc.adoc[Generating PHP Documentation With NetBeans IDE]
-- xref:./ajax-quickstart.adoc[Introduction to Ajax for PHP Web Applications]
-- xref:./quickstart.adoc[NetBeans IDE PHP Quick Start Tutorial]
-- xref:./namespace-code-completion-screencast.adoc[PHP Namespace Support in 
NetBeans IDE]
-- xre:index.adoc[PHP Tutorials]
-- xref:./screencast-rename-refactoring.adoc[Rename Refactoring and Other 
Editor Improvements in NetBeans IDE 7.0 for PHP]
-- xref:./section.adoc[]
-- xref:./project-setup.adoc[Setting Up a PHP Project]
-- xref:./screencast-smarty.adoc[Smarty Support in NetBeans IDE for PHP]
-- xref:./screencast-continuous-builds.adoc[Support for PHP on Continuous Build 
Servers]
-- xref:./phpunit.adoc[Testing with PHPUnit and Selenium]
-- xref:./php-editor-screencast.adoc[The PHP Editor in NetBeans IDE 6.9-7.0 
(Preview)]
-- xref:./zend-framework-screencast.adoc[Zend Framework Support in NetBeans IDE 
for PHP]
-************************************************
-
-
diff --git a/modules/ROOT/pages/kb/docs/section.adoc 
b/modules/ROOT/pages/kb/docs/section.adoc
deleted file mode 100644
index c0aec6bb..00000000
--- a/modules/ROOT/pages/kb/docs/section.adoc
+++ /dev/null
@@ -1,38 +0,0 @@
-// 
-//     Licensed to the Apache Software Foundation (ASF) under one
-//     or more contributor license agreements.  See the NOTICE file
-//     distributed with this work for additional information
-//     regarding copyright ownership.  The ASF licenses this file
-//     to you under the Apache License, Version 2.0 (the
-//     "License"); you may not use this file except in compliance
-//     with the License.  You may obtain a copy of the License at
-// 
-//       http://www.apache.org/licenses/LICENSE-2.0
-// 
-//     Unless required by applicable law or agreed to in writing,
-//     software distributed under the License is distributed on an
-//     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-//     KIND, either express or implied.  See the License for the
-//     specific language governing permissions and limitations
-//     under the License.
-//
-
-.NetBeans Tutorials
-************************************************
-- xref:./cnd.adoc[C/C{pp} Application Learning Trail]
-- xref:./java-se.adoc[General Java Development Learning Trail]
-- xref:./intro-screencasts.adoc[Guided Video Tours of NetBeans IDE]
-- xref:./tools.adoc[Integration with External Tools and Services]
-- xref:./java-ee.adoc[Java EE &amp;amp; Java Web Learning Trail]
-- xref:./matisse.adoc[Java GUI Applications Learning Trail]
-- xref:./mobility.adoc[Java ME Embedded and Java Card Application Technology 
Trail]
-- xref:./platform.adoc[NetBeans Platform Learning Trail]
-- xref:./index.adoc[NetBeans Tutorials]
-- xref:./php_fr.adoc[Parcours d&#39;Apprentissage PHP]
-- xref:./php.adoc[PHP and HTML5 Learning Trail]
-#- xref:./screencasts.adoc[]
-- xref:./section.adoc[]
-- xref:./web.adoc[Web Services Learning Trail]
-************************************************
-
-
diff --git a/modules/ROOT/pages/kb/docs/web/index.adoc 
b/modules/ROOT/pages/kb/docs/web/index.adoc
index f6b09f19..158f2b15 100644
--- a/modules/ROOT/pages/kb/docs/web/index.adoc
+++ b/modules/ROOT/pages/kb/docs/web/index.adoc
@@ -45,7 +45,6 @@
 - xref:./quickstart-webapps-wicket.adoc[Introduction to the Wicket Web 
Framework]
 - xref:./jsf20-support.adoc[JSF 2.x Support in NetBeans IDE]
 - xref:./oracle-cloud.adoc[Running Web Applications on Oracle Cloud]
-- xref:./section.adoc[]
 - xref:./security-webapps.adoc[Securing a Web Application in NetBeans IDE]
 - xref:./hibernate-webapp.adoc[Using Hibernate in a Web Application]
 - xref:./js-toolkits-jquery.adoc[Using jQuery to Enhance the Appearance and 
Usability of a Web Page]
diff --git a/modules/ROOT/pages/kb/docs/web/section.adoc 
b/modules/ROOT/pages/kb/docs/web/section.adoc
deleted file mode 100644
index 756be1ba..00000000
--- a/modules/ROOT/pages/kb/docs/web/section.adoc
+++ /dev/null
@@ -1,48 +0,0 @@
-// 
-//     Licensed to the Apache Software Foundation (ASF) under one
-//     or more contributor license agreements.  See the NOTICE file
-//     distributed with this work for additional information
-//     regarding copyright ownership.  The ASF licenses this file
-//     to you under the Apache License, Version 2.0 (the
-//     "License"); you may not use this file except in compliance
-//     with the License.  You may obtain a copy of the License at
-// 
-//       http://www.apache.org/licenses/LICENSE-2.0
-// 
-//     Unless required by applicable law or agreed to in writing,
-//     software distributed under the License is distributed on an
-//     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-//     KIND, either express or implied.  See the License for the
-//     specific language governing permissions and limitations
-//     under the License.
-//
-
-.Web Technologies Tutorials
-************************************************
-- xref:./framework-adding-support.adoc[Adding Support For A Web Framework]
-- xref:./js-toolkits-dojo.adoc[Connecting a Dojo Tree to an ArrayList using 
JSON]
-- xref:./mysql-webapp.adoc[Creating a Simple Web Application Using a MySQL 
Database]
-- xref:./jsf-jpa-weblogic.adoc[Developing an Enterprise Application for Oracle 
WebLogic Server]
-- xref:./jsf20-crud.adoc[Generating a JavaServer Faces 2.x CRUD Application 
from a Database]
-- xref:./html5-cordova-screencast.adoc[HTML5 - Getting Started with Cordova 
Development]
-- xref:./html5-gettingstarted-screencast.adoc[HTML5 - Part 1: Video of Getting 
Started with HTML5 Applications]
-- xref:./html5-css-screencast.adoc[HTML5 - Part 2: Video of Working with CSS 
Style Sheets in HTML5 Applications]
-- xref:./html5-javascript-screencast.adoc[HTML5 - Part 3: Video of Testing and 
Debugging JavaScript in HTML5 Applications]
-- xref:./applets.adoc[Integrating an Applet in a Web Application]
-- xref:./ajax-quickstart.adoc[Introduction to Ajax for Java Web Applications]
-- xref:./quickstart-webapps.adoc[Introduction to Developing Web Applications]
-- xref:./jsf20-intro.adoc[Introduction to JavaServer Faces 2.x]
-- xref:./quickstart-webapps-spring.adoc[Introduction to Spring Web MVC]
-- xref:./grails-quickstart.adoc[Introduction to the Grails Web Framework]
-- xref:./quickstart-webapps-struts.adoc[Introduction to the Struts Web 
Framework]
-- xref:./quickstart-webapps-wicket.adoc[Introduction to the Wicket Web 
Framework]
-- xref:./jsf20-support.adoc[JSF 2.x Support in NetBeans IDE]
-- xref:./oracle-cloud.adoc[Running Web Applications on Oracle Cloud]
-- xref:./section.adoc[]
-- xref:./security-webapps.adoc[Securing a Web Application in NetBeans IDE]
-- xref:./hibernate-webapp.adoc[Using Hibernate in a Web Application]
-- xref:./js-toolkits-jquery.adoc[Using jQuery to Enhance the Appearance and 
Usability of a Web Page]
-- xref:./index.adoc[Web Technologies Tutorials]
-************************************************
-
-
diff --git a/modules/ROOT/pages/kb/docs/webclient/index.adoc 
b/modules/ROOT/pages/kb/docs/webclient/index.adoc
index daf65377..8158c844 100644
--- a/modules/ROOT/pages/kb/docs/webclient/index.adoc
+++ b/modules/ROOT/pages/kb/docs/webclient/index.adoc
@@ -37,7 +37,6 @@
 - xref:index.adoc[HTML5 Tutorials]
 - xref:./ojet-rest.adoc[Interacting with RESTful Web Services in Oracle JET]
 - xref:./ojet-porting.adoc[Porting an Application to Oracle JET]
-- xref:./section.adoc[]
 - xref:./ojet-settingup.adoc[Setting Up an Oracle JET Application]
 - xref:./ojet-intermodular.adoc[Strategies for Intermodular Communication in 
Oracle JET]
 - xref:./ojet-databinding.adoc[Using Data Bindings to Connect Components]
diff --git a/modules/ROOT/pages/kb/docs/webclient/section.adoc 
b/modules/ROOT/pages/kb/docs/webclient/section.adoc
deleted file mode 100644
index 4c9e95e2..00000000
--- a/modules/ROOT/pages/kb/docs/webclient/section.adoc
+++ /dev/null
@@ -1,43 +0,0 @@
-// 
-//     Licensed to the Apache Software Foundation (ASF) under one
-//     or more contributor license agreements.  See the NOTICE file
-//     distributed with this work for additional information
-//     regarding copyright ownership.  The ASF licenses this file
-//     to you under the Apache License, Version 2.0 (the
-//     "License"); you may not use this file except in compliance
-//     with the License.  You may obtain a copy of the License at
-// 
-//       http://www.apache.org/licenses/LICENSE-2.0
-// 
-//     Unless required by applicable law or agreed to in writing,
-//     software distributed under the License is distributed on an
-//     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-//     KIND, either express or implied.  See the License for the
-//     specific language governing permissions and limitations
-//     under the License.
-//
-
-.HTML5 Tutorials
-************************************************
-- xref:./ojet-chatbot.adoc[Chatbot Integration with Oracle JET]
-- xref:./ojet-cca.adoc[Composite Component Architecture in Oracle JET]
-- xref:./ojet-crud.adoc[CRUD Application Development with Oracle JET]
-- xref:./ojet-flex.adoc[CSS3 Flexible Box and Oracle JET]
-- xref:./html5-js-support.adoc[Debugging and Testing JavaScript in an HTML5 
Application]
-- xref:./cordova-gettingstarted.adoc[Getting Started with Cordova Applications]
-- xref:./html5-gettingstarted.adoc[Getting Started with HTML5 Applications]
-- xref:./ojet-gettingstarted.adoc[Getting Started with Oracle JET in NetBeans 
IDE]
-- xref:index.adoc[HTML5 Tutorials]
-- xref:./ojet-rest.adoc[Interacting with RESTful Web Services in Oracle JET]
-- xref:./ojet-porting.adoc[Porting an Application to Oracle JET]
-- xref:./section.adoc[]
-- xref:./ojet-settingup.adoc[Setting Up an Oracle JET Application]
-- xref:./ojet-intermodular.adoc[Strategies for Intermodular Communication in 
Oracle JET]
-- xref:./ojet-databinding.adoc[Using Data Bindings to Connect Components]
-- xref:./ojet-cookbook.adoc[Using the Oracle JET Cookbook]
-- xref:./html5-knockout-screencast.adoc[Video of Using KnockoutJS in an HTML5 
Application]
-- xref:./html5-editing-css.adoc[Working with CSS Style Sheets in an HTML5 
Application]
-- xref:./ojet-working.adoc[Working with Oracle JET Applications]
-************************************************
-
-
diff --git a/modules/ROOT/pages/kb/docs/websvc/index.adoc 
b/modules/ROOT/pages/kb/docs/websvc/index.adoc
index 4e4d6a3b..107bcf21 100644
--- a/modules/ROOT/pages/kb/docs/websvc/index.adoc
+++ b/modules/ROOT/pages/kb/docs/websvc/index.adoc
@@ -35,7 +35,6 @@
 - xref:./intro-ws.adoc[Introduction to Web Services]
 - xref:./pet-catalog-screencast.adoc[RESTful Web Services Pet Catalog - 
NetBeans IDE 6.5]
 - xref:./zillow.adoc[SaaS (Software as a Service): Zillow Tutorial]
-- xref:./section.adoc[]
 - xref:./flower_overview.adoc[Web Service Application Passing Binary Data, pt 
1: Overview]
 - xref:./flower_wsdl_schema.adoc[Web Service Passing Binary Data, pt 4: 
Modifying the Schema and WSDL Files]
 - xref:./flower_swing.adoc[Web Service Passing Binary Data, pt 5: Creating the 
Swing Client]
diff --git a/modules/ROOT/pages/kb/docs/websvc/section.adoc 
b/modules/ROOT/pages/kb/docs/websvc/section.adoc
deleted file mode 100644
index da4d1da8..00000000
--- a/modules/ROOT/pages/kb/docs/websvc/section.adoc
+++ /dev/null
@@ -1,38 +0,0 @@
-// 
-//     Licensed to the Apache Software Foundation (ASF) under one
-//     or more contributor license agreements.  See the NOTICE file
-//     distributed with this work for additional information
-//     regarding copyright ownership.  The ASF licenses this file
-//     to you under the Apache License, Version 2.0 (the
-//     "License"); you may not use this file except in compliance
-//     with the License.  You may obtain a copy of the License at
-// 
-//       http://www.apache.org/licenses/LICENSE-2.0
-// 
-//     Unless required by applicable law or agreed to in writing,
-//     software distributed under the License is distributed on an
-//     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-//     KIND, either express or implied.  See the License for the
-//     specific language governing permissions and limitations
-//     under the License.
-//
-
-.Web Service Tutorials
-************************************************
-- xref:./wsit.adoc[Advanced Web Service Interoperability]
-- xref:./client.adoc[Developing JAX-WS Web Service Clients]
-- xref:./flower_ws.adoc[End-to-End Binary SOAP Attachment 2: Creating the Web 
Service]
-- xref:./flower-code-ws.adoc[End-to-End Binary SOAP Attachment part 3: Coding 
and Testing the Web Service]
-- xref:./jax-ws.adoc[Getting Started with JAX-WS Web Services]
-- xref:./rest.adoc[Getting Started with RESTful Web Services]
-- xref:./intro-ws.adoc[Introduction to Web Services]
-- xref:./pet-catalog-screencast.adoc[RESTful Web Services Pet Catalog - 
NetBeans IDE 6.5]
-- xref:./zillow.adoc[SaaS (Software as a Service): Zillow Tutorial]
-- xref:./section.adoc[]
-- xref:./flower_overview.adoc[Web Service Application Passing Binary Data, pt 
1: Overview]
-- xref:./flower_wsdl_schema.adoc[Web Service Passing Binary Data, pt 4: 
Modifying the Schema and WSDL Files]
-- xref:./flower_swing.adoc[Web Service Passing Binary Data, pt 5: Creating the 
Swing Client]
-- xref:index.adoc[Web Service Tutorials]
-************************************************
-
-
diff --git a/modules/ROOT/pages/tutorials/index.adoc 
b/modules/ROOT/pages/tutorials/index.adoc
index bf3d486f..8919e28e 100644
--- a/modules/ROOT/pages/tutorials/index.adoc
+++ b/modules/ROOT/pages/tutorials/index.adoc
@@ -87,7 +87,6 @@
 - xref:./nbm-xmleditor.adoc[NetBeans XML Editor Extension Module Tutorial]
 - xref:./nbm-feedreader_background.adoc[Preparing to Create the Feed Reader 
Application]
 - xref:./nbm-quick-search.adoc[Quick Search Integration Tutorial]
-- xref:./section.adoc[]
 - xref:./nbm-10-top-apis.adoc[Top 10 NetBeans APIs]
 - xref:./nbm-povray-1.adoc[Writing POV-Ray Support for NetBeans I—Application 
Structure &amp;amp; File Support]
 - xref:./nbm-povray-3.adoc[Writing POV-Ray Support for NetBeans 
III—Implementing a Project Type]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


Reply via email to