Skip to content

Remove unused component #69

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

Merged
merged 2 commits into from
Dec 10, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Remove unused components
Remove `import Link from 'next/link'` from all pages
  • Loading branch information
uiuxarghya committed Dec 10, 2021
commit 1ff2706866b2e3e7ffc6f8c83bd73c42bfd3f500
1 change: 0 additions & 1 deletion src/pages/docs/comments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ description: In this tutorial, you will learn about Java comments, why we use t
---


import Link from 'next/link'
import { TipInfo } from '@/components/Tip'


Expand Down
3 changes: 0 additions & 3 deletions src/pages/docs/expressions-statements-blocks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ title: Java Expressions, Statements and Blocks
description: In this tutorial, you will learn about Java expressions, Java statements, difference between expression and statement, and Java blocks with the help of examples.
---


import Link from 'next/link'
import { TipInfo } from '@/components/Tip'


In previous chapters, we have used expressions, statements, and blocks without much explaining about them. Now that you know about variables, operators, and literals, it will be easier to understand these concepts.

## Java Expressions
Expand Down
1 change: 0 additions & 1 deletion src/pages/docs/if-else-statement.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description: n this tutorial, you will learn about control flow statements using


import { TipInfo } from '@/components/Tip'
import Link from 'next/link'
import NextImage from 'next/image'

In programming, we use the `if..else` statement to run a block of code among more than one alternatives.
Expand Down
3 changes: 0 additions & 3 deletions src/pages/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ title: Installation
description: Learn how to get Java up and running in your project.
---


import Link from 'next/link'

## Installation

Since installation process is slightly different in different devices. So we prefer that you should check the [official installation documentation](https://www.java.com/en/download/help/download_options.html) to install **☕ Java** on your device.
Expand Down
3 changes: 1 addition & 2 deletions src/pages/docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ title: Introduction
description: A guick intro to Java programming language
---


import { List, ListItemGood,ListItemBad } from '@/components/List'
import Link from 'next/link'


**Java** is a powerful **general-purpose programming language**. It is used to **develop desktop and mobile applications, big data processing, embedded systems**, and so on. According to **Oracle**, the company that owns **Java**, **Java runs on 3 billion devices worldwide**, which makes Java one of the most popular programming languages.

Expand Down
2 changes: 0 additions & 2 deletions src/pages/docs/jvm-jre-jdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: Java JDK, JRE and JVM
description: Definations of JDK, JRE and JVM
---


import Link from 'next/link'
import NextImage from 'next/image'


Expand Down
2 changes: 0 additions & 2 deletions src/pages/docs/operators.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ description: In this tutorial, you'll learn about different types of operators i

---


import { TipInfo } from '@/components/Tip'
import Link from 'next/link'


Operators are symbols that perform operations on variables and values. For example,`+` is an operator used for addition, while `*` is also an operator used for multiplication.
Expand Down
2 changes: 0 additions & 2 deletions src/pages/docs/variables-and-literals.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: Java Variables and Literals
description: Variables and Literals in Java
---


import Link from 'next/link'
import { TipInfo } from '@/components/Tip'


Expand Down
3 changes: 1 addition & 2 deletions src/pages/docs/variables-primitive-data-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ description: In this tutorial, we will learn about all 8 primitive data types in

---


import { List, ListItemGood } from '@/components/List'
import Link from 'next/link'
import { TipInfo } from '@/components/Tip'


## Java Data Types

As the name suggests, data types specify the type of data that can be stored inside [variables in Java](/docs/variables-and-literals).
Expand Down
3 changes: 0 additions & 3 deletions src/pages/programs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ title: Introduction
description: A brief introduction to Java Programming.
---


import Link from 'next/link'

## Intro
3 changes: 1 addition & 2 deletions src/pages/programs/print-an-integer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ title: Print an Integer
description: In this program, you'll learn to print a predefined number aw well as a nummber entered by the user in Java.
---


import { List, ListItemGood } from '@/components/List'
import Link from 'next/link'


The integer is stored in a variable using `System.in`, and is displayed on the screen using `System.out`.

Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy