Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Merge requests
  • !1952

Minor updates to the project website

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged William Cheng requested to merge website_update into master 6 years ago
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 5

PR checklist

  • Read the contribution guidelines.
  • Ran the shell script under ./bin/ to update Petstore sample so that CIs can verify the change. (For instance, only need to run ./bin/{LANG}-petstore.sh and ./bin/security/{LANG}-petstore.sh if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in .\bin\windows\.
  • Filed the PR against the correct branch: master, 3.4.x, 4.0.x. Default: master.
  • Copied the technical committee to review the pull request if your PR is targeting a particular programming language.

Description of the PR

cc @OpenAPITools/generator-core-team

Compare
  • master (base)

and
  • latest version
    5b3d91a9
    1 commit, 2 years ago

5 files
+ 6
- 33

    Preferences

    File browser
    Compare changes
web‎site‎
co‎re‎
Foot‎er.js‎ +1 -28
page‎s/en‎
inde‎x.js‎ +1 -1
user‎s.js‎ +3 -3
stati‎c/img‎
favic‎on.png‎ +0 -0
siteCo‎nfig.js‎ +1 -1
website/core/Footer.js
+ 1
- 28
  • View file @ 5b3d91a9

  • Edit in single-file editor

  • Open in Web IDE


@@ -55,7 +55,7 @@ class Footer extends React.Component {
rel="noreferrer noopener">
Stack Overflow
</a>
<a href="https://gitter.im/OpenAPITools/openapi-generator">Project Chat</a>
<a href="https://gitter.im/OpenAPITools/openapi-generator">Chat Room</a>
<a
href="https://twitter.com/oas_generator"
target="_blank"
@@ -79,33 +79,6 @@ class Footer extends React.Component {
</a>
</div>
</section>
<section className="attribution">
<a
href="https://code.facebook.com/projects/"
target="_blank"
rel="noreferrer noopener"
className="fbOpenSource">
<img
src={`${this.props.config.baseUrl}img/oss_logo.png`}
alt="Facebook Open Source"
width="170"
height="45"
/>
</a>
<a
href="https://fontawesome.com/license/free"
target="_blank"
rel="noreferrer noopener"
className="fbOpenSource">
<img
src={`${this.props.config.baseUrl}img/fa-logo.svg`}
alt="Fontawesome (Free)"
width="170"
height="45"
/>
</a>
</section>
<section className="copyright">{this.props.config.copyright}</section>
</footer>
);
website/pages/en/index.js
+ 1
- 1
  • View file @ 5b3d91a9

  • Edit in single-file editor

  • Open in Web IDE


@@ -312,7 +312,7 @@ class Index extends React.Component {
return (
<div className="productShowcaseSection paddingBottom">
<h2>Who is Using This?</h2>
<p>This project is used by all these people</p>
<p>Here are some users of OpenAPI Generator</p>
<div className="logos">{showcase}</div>
<div className="more-users">
<a className="button" href={pageUrl('users.html')}>
website/pages/en/users.js
+ 3
- 3
  • View file @ 5b3d91a9

  • Edit in single-file editor

  • Open in Web IDE


@@ -22,9 +22,9 @@ class Users extends React.Component {
return null;
}
const editUrl = `${repoUrl}/edit/master/website/dynamic/team.yml`;
const editUrl = `${repoUrl}/edit/master/website/dynamic/users.yml`;
const showcase = siteConfig.users.map(user => {
let imgUrl = `${baseUrl}${user.infoLink.startsWith("/") ? user.image : "/" + user.image}`;
let imgUrl = `${baseUrl}${user.image.startsWith("/") ? user.image : "/" + user.image}`;
return (
<a href={user.infoLink} key={user.infoLink}>
<img src={imgUrl} alt={user.caption} title={user.caption}/>
@@ -38,7 +38,7 @@ class Users extends React.Component {
<EditThisPage title="Who is Using This?" url={editUrl} />
<div className="showcaseSection">
<div className="prose">
<p>This project is used by many folks</p>
<p>Here are some of the users. To add yours to the list below, please click on "Edit this page"</p>
</div>
<div className="logos">{showcase}</div>
</div>
website/static/img/favicon.png
+ 0
- 0
  • View replaced file @ 38ea7952

  • View file @ 5b3d91a9

984 bytes

2.87 KiB

  • 2-up
  • Swipe
  • Onion skin
website/siteConfig.js
+ 1
- 1
  • View file @ 5b3d91a9

  • Edit in single-file editor

  • Open in Web IDE


@@ -67,7 +67,7 @@ const siteConfig = {
*/
// This copyright info is used in /core/Footer.js and blog RSS/Atom feeds.
copyright: `Copyright © ${new Date().getFullYear()} OpenAPI-Generator Contributors (https://openapi-generator.tech)`,
copyright: `Copyright © ${new Date().getFullYear()} OpenAPI-Generator Contributors (https://openapi-generator.tech). (Both "OpenAPI Tools" (https://OpenAPITools.org) and "OpenAPI Generator" are not affiliated with OpenAPI Initiative (OAI))`,
highlight: {
// Highlight.js theme to use for syntax highlighting in code blocks.
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
2
Feature: Generator Issue: Bug
2
Feature: Generator Issue: Bug
    Assign labels
  • Manage project labels

Milestone
5.3.1
5.3.1 (expired)
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
2
2 participants
Administrator
William Cheng
Reference: OpenAPITools/openapi-generator!10057
Source branch: website_update

Menu

Explore Projects Groups Snippets