Skip to content

Commit 52a9c25

Browse files
committed
feat: change project name to optimism-java
1 parent b770042 commit 52a9c25

9 files changed

+19
-218
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug-report.yml

-34
This file was deleted.

Diff for: .github/ISSUE_TEMPLATE/config.yml

-5
This file was deleted.

Diff for: .github/ISSUE_TEMPLATE/partner-contribution.yml

-56
This file was deleted.

Diff for: README.md

+8-32
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,35 @@
1-
# Linea documentation
1+
# Optimism Java documentation
22

3-
[Linea](https://linea.build/) is a developer-ready layer 2 network, scaling Ethereum by providing
4-
an Ethereum-equivalent environment in which to execute transactions, which are then submitted to
5-
Ethereum Mainnet through a zero-knowledge rollup.
3+
Optimism Java is a organization which contribute public goods to help the Ethereum and Optimism community get better and better.
64

75
This documentation repository is built using [Docusaurus](https://docusaurus.io/), and the site
8-
itself is published at [`docs.linea.build`](https://docs.linea.build/).
6+
itself is published at [`optimism-java.github.io`](https://optimism-java.github.io/).
97

108
See [more](https://docs-template.consensys.net/) information about how Consensys uses Docusaurus.
119

1210
## Contribute to the docs
1311

14-
See something missing? Error in our documentation? Create an issue [here](https://github.com/Consensys/doc.linea/issues).
12+
See something missing? Error in our documentation? Create an issue [here](https://github.com/optimism-java/optimism-java.github.io).
1513

16-
Alternatively, help us improve our documentation! [Fork our repo](https://github.com/ConsenSys/doc.linea/fork),
14+
Alternatively, help us improve our documentation! [Fork our repo](https://github.com/optimism-java/optimism-java.github.io/fork),
1715
create a pull request, and tag us for review! (for help on this, see [below](#how-to-submit-a-suggestion-or-change)).
1816

19-
Take a look at some [good first issues](https://github.com/ConsenSys/doc.linea/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
17+
Take a look at some [good first issues](https://github.com/optimism-java/optimism-java.github.io?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
2018
to get started.
2119

2220
### How to submit a suggestion or change
2321

2422
The best way to suggest a change to these docs is through a process known as a **pull request**.
2523
If you're not familiar with how that works, check out [GitHub's guide here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request).
2624

27-
If you do intend to submit a pull request, please open an issue first, and [link to it in your pull request](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue). **This is particularly important if you are an ecosystem contributor**
28-
submitting your details in an issue first will make it much easier for our docs team to process your
25+
If you do intend to submit a pull request, please open an issue first, and [link to it in your pull request](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue). **This is particularly important if you are an ecosystem contributor** — submitting your details in an issue first will make it much easier for our docs team to process your
2926
contributions.
3027

31-
If that process is too involved for you, you can always open a thread on the [Community forum](https://community.linea.build/),
32-
or a ticket on the [Support page](https://support.linea.build/hc/en-us).
28+
3329

3430
If you are familiar with making a pull request, we **highly recommend that you run a version of these docs locally, and preview your changes locally, before submitting them**.
3531
In fact, it's part of the PR process.
3632

37-
### Contribute to community tutorials
38-
39-
If you've created fleshed-out guides and tutorials, or intend to, we'd love to feature your content
40-
in our [community tutorials section](developers/guides/community).
41-
42-
First, create an issue describing the content you want to see added or intend to add. If you're
43-
representing an organization (such as a dapp), please use the ecosystem contribution issue form.
44-
45-
When you're ready to start work, [fork our repo](https://github.com/Consensys/doc.linea/fork),
46-
create a pull request, and tag us for review!
47-
48-
### Contribute to the Zero-Knowledge Glossary
49-
50-
Diving into zero-knowledge rollups and getting stumped by the technical jargon? We've started an
51-
open source Zero-Knowledge glossary to define some common terms you might encounter as you dive
52-
into the L2 landscape.
53-
54-
[Fork our repo](https://github.com/Consensys/doc.linea/fork), and add a term in alphabetical
55-
order to `docs/reference/glossary.md`. Then, make a pull request and tag us for review!
56-
5733
### Additional Resources
5834

5935
View the [Consensys doc contribution guidelines](https://docs-template.consensys.net/) for

Diff for: docusaurus.config.js

+8-74
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ const katex = require("rehype-katex");
88
// const baseUrl = isDev ? "/" : "/";
99

1010
// const organizationName = "Consensys";
11-
// const projectName = "doc.linea";
1211

1312
/** @type {import('@docusaurus/types').Config} */
1413
const config = {
1514
title: "Optimism Java",
1615
// tagline:
1716
//"An EVM-equivalent network, scaling the Ethereum experience. Secured with a zero-knowledge rollup to Ethereum, built on lattice-based cryptography, and powered by Consensys.",
18-
url: "https://docs.linea.build",
17+
url: "https://optimism-java.github.io/",
1918
baseUrl: "/",
2019
onBrokenLinks: "throw",
2120
onBrokenMarkdownLinks: "throw",
@@ -74,14 +73,6 @@ const config = {
7473
themeConfig:
7574
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
7675
({
77-
// announcementBar: {
78-
// id: "announcement_bar",
79-
// content:
80-
// '📣 <strong>Linea ENS</strong> is now available! Visit the <a href="https://names.linea.build/" target="blank">app</a>, <a href="https://support.linea.build/general/ens" target="blank">user guide</a>, or our <a href="https://docs.linea.build/developers/tooling/cross-chain/ccip-read-gateway" target="blank">developer guidance</a> on reusing its architecture.',
81-
// backgroundColor: "#61dfff",
82-
// textColor: "#121212",
83-
// isCloseable: false,
84-
// },
8576
colorMode: {
8677
defaultMode: "dark",
8778
disableSwitch: false,
@@ -117,49 +108,6 @@ const config = {
117108
position: "left",
118109
label: "Op-Besu",
119110
},
120-
// {
121-
// type: "doc",
122-
// docId: "users/index",
123-
// position: "left",
124-
// label: "Users",
125-
// },
126-
// {
127-
// type: "doc",
128-
// docId: "developers/quickstart/index",
129-
// position: "left",
130-
// label: "Developers",
131-
// },
132-
// {
133-
// type: "doc",
134-
// docId: "architecture/index",
135-
// position: "left",
136-
// label: "Architecture",
137-
// },
138-
// { can add this section back if we want it
139-
// type: "dropdown",
140-
// label: "Tutorials",
141-
// position: "left",
142-
// items: [
143-
// {
144-
// label: "Community Guides",
145-
// to: "blog",
146-
// },
147-
// {
148-
// label: "ZK Glossary",
149-
// to: "/zero-knowledge-glossary",
150-
// },
151-
// ],
152-
// },
153-
// {
154-
// to: "/developers/guides/run-a-node",
155-
// position: "left",
156-
// label: "Run a node",
157-
// },
158-
// {
159-
// to: "/developers/linea-version",
160-
// position: "right",
161-
// label: "Release notes",
162-
// },
163111
{
164112
href: "https://discord.gg/qHK3Vj4j",
165113
className: "header-discord-link",
@@ -178,21 +126,17 @@ const config = {
178126
{
179127
title: "Links",
180128
items: [
181-
// {
182-
// label: "Linea homepage",
183-
// href: "https://linea.build/",
184-
// },
185-
// {
186-
// label: "Network status",
187-
// href: "https://linea.statuspage.io/",
188-
// },
129+
{
130+
label: "homepage",
131+
href: "https://optimism-java.github.io/",
132+
},
189133
// {
190134
// label: "Dispute Game mainnet block explorer",
191-
// href: "https://lineascan.build",
135+
// href: "https://todo.build",
192136
// },
193137
// {
194138
// label: "Dispute Game Sepolia block explorer",
195-
// href: "https://sepolia.lineascan.build",
139+
// href: "https://sepolia.todo.build",
196140
// },
197141
],
198142
},
@@ -203,14 +147,6 @@ const config = {
203147
label: "Join our Discord",
204148
href: "https://discord.gg/qHK3Vj4j",
205149
},
206-
// {
207-
// label: "Get support",
208-
// to: "https://support.linea.build/",
209-
// },
210-
// {
211-
// label: "Give feedback",
212-
// to: "https://community.linea.build/c/feedback",
213-
// },
214150
],
215151
},
216152
{
@@ -239,9 +175,7 @@ const config = {
239175
],
240176
},
241177
metadata: [
242-
{ name: "twitter:card", content: "summary_large_image" },
243-
{ name: "twitter:image", content: "/img/Linea_social_card_docs.png" },
244-
{ property: "og:image", content: "/img/Linea_social_card_docs.png" },
178+
{ name: "twitter:card", content: "summary_large_image" }
245179
],
246180
languageTabs: [
247181
{

Diff for: mlc_config.json

-9
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,9 @@
99
{
1010
"pattern": "https://support.metamask.io/"
1111
},
12-
{
13-
"pattern": "https://infura.io/faucet/linea"
14-
},
15-
{
16-
"pattern": "https://www.infura.io/faucet/linea"
17-
},
1812
{
1913
"pattern": "https://infura.io"
2014
}
21-
{
22-
"pattern": "https://rpc.sepolia.linea.build"
23-
}
2415
]
2516
}
2617

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "doc.linea",
2+
"name": "optimism-java",
33
"version": "3.0.0",
44
"private": true,
55
"scripts": {

Diff for: project-words.txt

-5
Original file line numberDiff line numberDiff line change
@@ -425,11 +425,6 @@ lifecycles
425425
lifescore
426426
lightchaindata
427427
lighthouserc
428-
linea
429-
Lineabridge
430-
lineabuild
431-
lineascan
432-
Lineaster
433428
linenums
434429
linkify
435430
litepaper

0 commit comments

Comments
 (0)