Skip to content

Commit

Permalink
Rebrand more comprehensively.
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrankel committed Oct 6, 2023
1 parent 35c27bd commit 0fcfb6c
Show file tree
Hide file tree
Showing 36 changed files with 19 additions and 19 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
syntax = "proto3";

package aip.type;
package aep.type;

option cc_enable_arenas = true;
option go_package = "aip.golang.org/genproto/common-components/type/money;money";
option go_package = "aep.golang.org/genproto/common-components/type/money;money";
option java_multiple_files = true;
option java_outer_classname = "MoneyProto";
option java_package = "dev.aip.type";
option objc_class_prefix = "AIP";
option java_package = "dev.aep.type";
option objc_class_prefix = "AEP";

import "aip/type/decimal.proto";
import "aep/type/decimal.proto";

// Represents an amount of money with its currency type.
//
Expand Down
2 changes: 1 addition & 1 deletion common-components/proto/buf.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: v1
name: buf.build/aip/common-components
name: buf.build/aep/common-components
breaking:
use:
- FILE
Expand Down
2 changes: 1 addition & 1 deletion config/header.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type: static
links:
- title: Browse AIPs
- title: Browse AEPs
relative_url: /general
- title: Contributing
relative_url: /contributing
22 changes: 11 additions & 11 deletions config/hero.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
---
buttons:
- text: Explore the AIPs
- text: Explore the AEPs
href: /general
- text: Learn how it works
href: /1
shortcuts:
- title: Curious about the basics?
description: |
AIPs are a combination of design guidance and a system we use to manage
and track that guidance. Learn more about how the AIP program works in
the first AIP!
AEPs are a combination of design guidance and a system we use to manage
and track that guidance. Learn more about how the AEP program works in
the first AEP!
button:
href: /1
text: Read AIP-1
text: Read AEP-1
- title: Want to help?
description: |
Interested in helping with AIPs? Contribute by proposing new guidance,
commenting on existing AIPs, or fixing typos. All contributions are
Interested in helping with AEPs? Contribute by proposing new guidance,
commenting on existing AEPs, or fixing typos. All contributions are
welcome!
button:
href: /contributing
text: Contribute to the project
- title: Want to use AIPs for your organization?
- title: Want to use AEPs for your organization?
description: |
AIPs are designed to be useful outside of Google. Take a look at how you
might choose which AIPs are best suited to your API design needs.
AEPs are designed to be useful outside of Google. Take a look at how you
might choose which AEPs are best suited to your API design needs.
button:
href: /adopting
text: Learn more
Expand All @@ -34,5 +34,5 @@ shortcuts:
questions</a>. If you don't find an answer there, file an issue on our
GitHub repository.
button:
href: https://github.com/aip-dev/google.aip.dev/issues
href: https://github.com/aep-dev/aep.dev/issues
text: Ask us on GitHub
2 changes: 1 addition & 1 deletion pages/general/licensing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Content licensing

We are pleased to license much of the AIP content under terms that explicitly
We are pleased to license much of the AEP content under terms that explicitly
encourage people to take, modify, reuse, re-purpose, and remix our work as they
see fit.

Expand Down

0 comments on commit 0fcfb6c

Please sign in to comment.