Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove dev guide ie9 as it is no longer supported #350

Merged
merged 6 commits into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/main/markdown/doc/latest/DevGuideIE9.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
IE9
===

**This document is deprecated: Starting with version 2.10.0, GWT no longer supports IE9!**

## Things to keep in mind<a id="Overview"></a>

### Modes
Expand Down
6 changes: 3 additions & 3 deletions src/main/markdown/doc/latest/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<entry name="DevGuideCodingBasicsJSNI" displayName="Coding Basics JSNI" description="Coding Basics JSNI"></entry>
<entry name="DevGuideCodingBasicsJSON" displayName="Coding Basics JSON" description="Coding Basics JSON"></entry>
<entry name="DevGuideCodingBasicsOverlay" displayName="Coding Basics Overlay" description="Coding Basics Overlay"></entry>
<entry name="DevGuideCodingBasicsXML" displayName="Coding Basics XML" description="Coding Basics XML"></entry>
<entry name="DevGuideCodingBasicsXML" displayName="Coding Basics XML" description="Coding Basics XML"></entry>
<entry name="DevGuideCompileReport" displayName="Compile Report" description="Compile Report"></entry>
<entry name="DevGuideCompilingAndDebugging" displayName="Compiling And Debugging" description="Compiling And Debugging"></entry>
<entry name="DevGuideDeploying" displayName="Deploying" description="Deploying"></entry>
Expand All @@ -30,8 +30,8 @@
<entry name="DevGuideI18nLocale" displayName="I18n Locale" description="I18n Locale"></entry>
<entry name="DevGuideI18nMessages" displayName="I18n Messages" description="I18n Messages"></entry>
<entry name="DevGuideI18nPluralForms" displayName="I18n Plural Forms" description="I18n Plural Forms"></entry>
<entry name="DevGuideIE9" displayName="Internet Explorer 9" description="Internet Explorer 9"></entry>
<entry name="DevGuideLightweightMetrics" displayName="Lightweight Metrics" description="Lightweight Metrics"></entry>
<entry name="DevGuideIE9" displayName="Internet Explorer 9" description="Internet Explorer 9"></entry>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If there are no changes to this file, revert the tab/space tweaks?

<entry name="DevGuideLightweightMetrics" displayName="Lightweight Metrics" description="Lightweight Metrics"></entry>
<entry name="DevGuideLogging" displayName="Logging" description="Logging"></entry>
<entry name="DevGuideMvpActivitiesAndPlaces" displayName="MVP Activities And Places" description="MVP Activities And Places"></entry>
<entry name="DevGuideOptimizing" displayName="Optimizing" description="Optimizing"></entry>
Expand Down